프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NumPoses | int[] | ||
PoseNames | string[] |
메소드 | 설명 | |
---|---|---|
CPoseManager ( CommandManager, commandManager ) : System, | ||
ResetDefaultPoses ( ) : void | ||
SetDozePose ( byte pose ) : void | ||
SetGroundSitPose ( byte pose ) : void | ||
SetPose ( int which, byte toWhat ) : void | ||
SetPoses ( byte standing, byte weaponDrawn, byte sitting, byte groundSitting, byte dozing ) : void | ||
SetSitPose ( byte pose ) : void | ||
SetStandingPose ( byte pose ) : void | ||
SetWeaponDrawnPose ( byte pose ) : void |
메소드 | 설명 | |
---|---|---|
GetCPoseActorState ( ) : int | ||
GetPose ( int which ) : byte | ||
GetSeatingState ( ) : byte | ||
TranslateState ( byte state, bool weaponDrawn ) : byte | ||
WritePose ( int which, byte pose ) : void |
public CPoseManager ( CommandManager, commandManager ) : System, | ||
commandManager | CommandManager, | |
리턴 | System, |
public SetPoses ( byte standing, byte weaponDrawn, byte sitting, byte groundSitting, byte dozing ) : void | ||
standing | byte | |
weaponDrawn | byte | |
sitting | byte | |
groundSitting | byte | |
dozing | byte | |
리턴 | void |