OROCHI
 
Loading...
Searching...
No Matches
GxDynamics::GxConditionInformation Class Reference
Inheritance diagram for GxDynamics::GxConditionInformation:
Collaboration diagram for GxDynamics::GxConditionInformation:

Public Member Functions

定義
 GX_RTTI_CLASS (GxDynamics::GxConditionInformation, gx::core::GxClassBase)
 
 GX_OPERATOR_NEW_DELETE (GxAllocatorList::ALLOCATOR_TYPE::PHYSICS)
 
初期化
 GxConditionInformation (void)
 コンストラクタ
 

Public Attributes

メンバ変数
s32 _groupFlag
 グループフラグ
 
u32 _checkFlag
 チェックフラグ
 

Member Data Documentation

◆ _groupFlag

s32 GxDynamics::GxConditionInformation::_groupFlag

グループフラグ

( 0x01 << GxObject::getGroup() )の形式で指定する。
例:
pObject2->setGroup(2);
pObject4->setGroup(4);
condition._groupFlag( 0x01<<4 )
と設定すれば、pObject4とはチェックされるが、pObject2とはチェックされない。


The documentation for this class was generated from the following file: