Ejemplo n.º 1
0
/// <summary>Change the SubDSurface used by this instance.</summary>
        public bool SetMesh(USubDSurface NewMesh)
        {
            CheckIsValid();
            int ___ret = SetMesh(_this.Get(), NewMesh);

            return(___ret != 0);
        }
Ejemplo n.º 2
0
 /// <summary>Change the SubDSurface used by this instance.</summary>
 public extern virtual bool SetMesh(USubDSurface NewMesh);