![]() |
|
公開メンバ関数 | |
| MapObjectInstance () | |
| void | update (float inElapsed) |
| 更新処理 [詳解] | |
| void | pause () |
| サウンド・パーティクルのポーズ [詳解] | |
| void | resume () |
| サウンド・パーティクルの再開 [詳解] | |
| void | updateBuildingLight (bool on) |
| void | setDisplayID (uint displayID) |
| void | setVisibility (bool visible) |
| void | finalize () |
| void | registerCollision () |
| void | unregisterCollision () |
基底クラス SharpKmyPhysics.PhysicsNotifyTarget に属する継承公開メンバ関数 | |
| delegate void | OnUpdateCallback () |
| delegate void | OnStartContactCallback (PhysicsNotifyTarget other, SharpKmyMath.Vector3 position, SharpKmyMath.Vector3 normal) |
| delegate void | OnContactCallback (PhysicsNotifyTarget other, SharpKmyMath.Vector3 position, SharpKmyMath.Vector3 normal) |
| delegate void | OnEndContactCallback (PhysicsNotifyTarget other, SharpKmyMath.Vector3 position, SharpKmyMath.Vector3 normal) |
| delegate void | OnDestroyCallback () |
| PhysicsNotifyTarget () | |
| void | Dispose () |
| void | setSelfIdentity (PhysicsNotifyTarget identity) |
公開変数類 | |
| Common.Rom.Map.MapObjectRef | info |
| object | minst = null |
| Common.Resource.GfxResourceBase | mo |
| SoundObject | soundObject |
| SharpKmyMath.? Vector3 | lastPosition = null |
| float[] | uscroll |
| float[] | vscroll |
| SharpKmyMath.Vector3 | pos |
| SharpKmyMath.Vector3 | rotate |
| SharpKmyMath.Vector3 | scale |
| ushort | pickupID |
基底クラス Yukar.Engine.MapObjectCollisionNotifyTargetBase に属する継承公開変数類 | |
| bool | isOverrideWalkable |
| Guid | terrainRef |
基底クラス SharpKmyPhysics.PhysicsNotifyTarget に属する継承公開変数類 | |
| IntPtr | _native = IntPtr.Zero |
プロパティ | |
| SharpKmyGfx.ModelInstance | minst_model [get] |
その他の継承メンバ | |
基底クラス SharpKmyPhysics.PhysicsNotifyTarget に属する継承静的公開メンバ関数 | |
| static void | CleanUpDeleted () |
| static PhysicsNotifyTarget | find (int id) |
基底クラス SharpKmyPhysics.PhysicsNotifyTarget に属する継承静的公開変数類 | |
| static List< DeletedEntry > | s_deletedList = new List<DeletedEntry>() |
| Yukar.Engine.MapObjectInstance.MapObjectInstance | ( | ) |
| void Yukar.Engine.MapObjectInstance.finalize | ( | ) |
| void Yukar.Engine.MapObjectInstance.pause | ( | ) |
サウンド・パーティクルのポーズ
| void Yukar.Engine.MapObjectInstance.registerCollision | ( | ) |
| void Yukar.Engine.MapObjectInstance.resume | ( | ) |
サウンド・パーティクルの再開
| void Yukar.Engine.MapObjectInstance.setDisplayID | ( | uint | displayID | ) |
| void Yukar.Engine.MapObjectInstance.setVisibility | ( | bool | visible | ) |
| void Yukar.Engine.MapObjectInstance.unregisterCollision | ( | ) |
| void Yukar.Engine.MapObjectInstance.update | ( | float | inElapsed | ) |
更新処理
| void Yukar.Engine.MapObjectInstance.updateBuildingLight | ( | bool | on | ) |
| Common.Rom.Map.MapObjectRef Yukar.Engine.MapObjectInstance.info |
| SharpKmyMath.? Vector3 Yukar.Engine.MapObjectInstance.lastPosition = null |
| object Yukar.Engine.MapObjectInstance.minst = null |
| Common.Resource.GfxResourceBase Yukar.Engine.MapObjectInstance.mo |
| ushort Yukar.Engine.MapObjectInstance.pickupID |
| SharpKmyMath.Vector3 Yukar.Engine.MapObjectInstance.pos |
| SharpKmyMath.Vector3 Yukar.Engine.MapObjectInstance.rotate |
| SharpKmyMath.Vector3 Yukar.Engine.MapObjectInstance.scale |
| SoundObject Yukar.Engine.MapObjectInstance.soundObject |
| float [] Yukar.Engine.MapObjectInstance.uscroll |
| float [] Yukar.Engine.MapObjectInstance.vscroll |
|
get |