C# 클래스 BT_MovementScript, Heracles

상속: MonoBehaviour
파일 보기 프로젝트 열기: TrinityUniversityGameDesign/Heracles

공개 프로퍼티들

프로퍼티 타입 설명
controlMethod string
directionX int
directionY int
speedX float
speedY float

공개 메소드들

메소드 설명
SetConstantSpeed ( int dX, int dY, float sX, float sY ) : void
SetControlMethod ( string newMethod ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

SetConstantSpeed() 공개 메소드

public SetConstantSpeed ( int dX, int dY, float sX, float sY ) : void
dX int
dY int
sX float
sY float
리턴 void

SetControlMethod() 공개 메소드

public SetControlMethod ( string newMethod ) : void
newMethod string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

controlMethod 공개적으로 프로퍼티

public string controlMethod
리턴 string

directionX 공개적으로 프로퍼티

public int directionX
리턴 int

directionY 공개적으로 프로퍼티

public int directionY
리턴 int

speedX 공개적으로 프로퍼티

public float speedX
리턴 float

speedY 공개적으로 프로퍼티

public float speedY
리턴 float