Example #1
0
        public UDestructibleMesh GetDestructibleMesh()
        {
            CheckIsValid();
            IntPtr ___ret = GetDestructibleMesh(_this.Get());

            if (___ret == IntPtr.Zero)
            {
                return(null);
            }
            UDestructibleMesh ___ret2 = new UDestructibleMesh()
            {
                _this = ___ret
            }; return(___ret2);
        }
Example #2
0
 public void SetDestructibleMesh(UDestructibleMesh NewMesh)
 {
     CheckIsValid();
     SetDestructibleMesh(_this.Get(), NewMesh);
 }
Example #3
0
 public extern void SetDestructibleMesh(UDestructibleMesh NewMesh);