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); }