示例#1
0
        public override RigidBody GetOwner()
        {
            IntPtr pFunc = PropertyFunc.ExGetFunc(base.m_pItem, 0);
            IntPtr pItem = PropertyFunc.ExFuncInvokeObject(pFunc);

            PropertyFunc.ExFuncRelease(pFunc);
            return(RuntimeObject.FromPtr(pItem) as RigidBody);
        }