C# 클래스 CrabBattleServer.CrabBehavior

파일 보기 프로젝트 열기: tomoprime/CrabBattle 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentHealth int
CurrentTarget int
Direction bool
MajorActions List
MaxHealth int
MovementActions List
RealPosition Vector3
random System.Random

공개 메소드들

메소드 설명
CalculateHealth ( ) : void
CrabBehavior ( ) : System
GoGoBattleCrab ( ) : void
GoGoBattleCrab ( float time, float deltaTime ) : void
UseCrabAction ( Action crabAction ) : void
UseCrabAction ( Action crabAction, float time ) : void

메소드 상세

CalculateHealth() 공개 메소드

public CalculateHealth ( ) : void
리턴 void

CrabBehavior() 공개 메소드

public CrabBehavior ( ) : System
리턴 System

GoGoBattleCrab() 공개 메소드

public GoGoBattleCrab ( ) : void
리턴 void

GoGoBattleCrab() 공개 메소드

public GoGoBattleCrab ( float time, float deltaTime ) : void
time float
deltaTime float
리턴 void

UseCrabAction() 공개 메소드

public UseCrabAction ( Action crabAction ) : void
crabAction Action
리턴 void

UseCrabAction() 공개 메소드

public UseCrabAction ( Action crabAction, float time ) : void
crabAction Action
time float
리턴 void

프로퍼티 상세

CurrentHealth 공개적으로 프로퍼티

public int CurrentHealth
리턴 int

CurrentTarget 공개적으로 프로퍼티

public int CurrentTarget
리턴 int

Direction 공개적으로 프로퍼티

public bool Direction
리턴 bool

MajorActions 공개적으로 프로퍼티

public List MajorActions
리턴 List

MaxHealth 공개적으로 프로퍼티

public int MaxHealth
리턴 int

MovementActions 공개적으로 프로퍼티

public List MovementActions
리턴 List

RealPosition 공개적으로 프로퍼티

public Vector3 RealPosition
리턴 Vector3

random 공개적으로 프로퍼티

public Random,System random
리턴 System.Random