C# 클래스 Barricade, Holdout

상속: MonoBehaviour
파일 보기 프로젝트 열기: MaddJhin/Holdout 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
backWaypoints List
frontWaypoints List
maxHealth float

공개 메소드들

메소드 설명
AssignFrontWaypoint ( GameObject unit ) : void
AssignRearWaypoint ( GameObject unit ) : void
Awake ( ) : void
Start ( ) : void

메소드 상세

AssignFrontWaypoint() 공개 메소드

public AssignFrontWaypoint ( GameObject unit ) : void
unit GameObject
리턴 void

AssignRearWaypoint() 공개 메소드

public AssignRearWaypoint ( GameObject unit ) : void
unit GameObject
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

backWaypoints 공개적으로 프로퍼티

public List backWaypoints
리턴 List

frontWaypoints 공개적으로 프로퍼티

public List frontWaypoints
리턴 List

maxHealth 공개적으로 프로퍼티

public float maxHealth
리턴 float