프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CurrentTileID | int | ||
Damage | int | ||
Health | int | ||
HealthCapacity | int | ||
ID | int | ||
MoneyToGive | int | ||
PathLength | int | ||
PlayerNum | int | ||
PlayerToAttack | int | ||
Position | Vector3 | ||
Scale | float | ||
Status | UnitStatus | ||
TeamNum | int | ||
Transforms | Matrix | ||
Type | UnitType | ||
XPToGive | int |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
currentTile | |||
focalTile | |||
goalTile | |||
health | int | ||
previousTile |
메소드 | 설명 | |
---|---|---|
Activate ( ) : void | ||
Deploy ( |
||
Draw ( |
||
Equals ( object obj ) : bool | ||
GetPathLength ( ) : int | ||
IsActive ( ) : bool | ||
IsDeployed ( ) : bool | ||
PathToGoal ( ) : List |
||
RotateToFace ( Vector3 O, Vector3 P, Vector3 U ) : void | ||
RotateX ( float rotation ) : void | ||
RotateY ( float rotation ) : void | ||
RotateZ ( float rotation ) : void | ||
SetCurrentTile ( int tileID ) : void | ||
SetFocalPointAndVelocity ( int newTileID ) : void | ||
SetScale ( float newScale ) : void | ||
TakeDamage ( int damage ) : bool | ||
TakeDamage ( int damage ) : void | ||
ToString ( ) : string | ||
Unit ( |
||
Unit ( UnitType unitType ) : System | ||
Update ( |
||
Update ( |
||
UpdatePath ( ) : void | ||
UpdatePositionAndRotation ( ) : void | ||
UpdateScaleRotations ( ) : void | ||
UpdateTargetPlayer ( |
||
UpdateTransforms ( ) : void |
메소드 | 설명 | |
---|---|---|
CheckIfStuck ( ) : bool | ||
GetTile ( ) : |
||
IsNewTile ( ) : bool | ||
OnDied ( ) : void | ||
SetCurrentTile ( |
||
SetFocalPointAndVelocity ( |
public Deploy ( |
||
baseTile | ||
goalTile | ||
playerToAttack | int | |
리턴 | void |
public Draw ( |
||
gameTime | ||
리턴 | void |
public RotateToFace ( Vector3 O, Vector3 P, Vector3 U ) : void | ||
O | Vector3 | |
P | Vector3 | |
U | Vector3 | |
리턴 | void |
public SetFocalPointAndVelocity ( int newTileID ) : void | ||
newTileID | int | |
리턴 | void |
public Unit ( |
||
model | ||
goalBase | ||
리턴 | System |
public Update ( |
||
gameTime | ||
리턴 | bool |
public Update ( |
||
gameTime | ||
리턴 | void |
public UpdateTargetPlayer ( |
||
newGoalTile | ||
newTargetPlayer | int | |
리턴 | void |
protected Tile,UHSampleGame.TileSystem currentTile | ||
리턴 |
protected Tile,UHSampleGame.TileSystem focalTile | ||
리턴 |
protected Tile,UHSampleGame.TileSystem goalTile | ||
리턴 |