C# 클래스 HutongGames.PlayMaker.Actions.GetAngleToTarget

상속: FsmStateAction
파일 보기 프로젝트 열기: hughrogers/RPGQuest

공개 프로퍼티들

프로퍼티 타입 설명
everyFrame bool
ignoreHeight FsmBool
targetObject FsmGameObject
targetPosition FsmVector3

공개 메소드들

메소드 설명
DoGetAngleToTarget ( ) : void
OnLateUpdate ( ) : void
Reset ( ) : void

메소드 상세

DoGetAngleToTarget() 공개 메소드

public DoGetAngleToTarget ( ) : void
리턴 void

OnLateUpdate() 공개 메소드

public OnLateUpdate ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

everyFrame 공개적으로 프로퍼티

public bool everyFrame
리턴 bool

ignoreHeight 공개적으로 프로퍼티

public FsmBool ignoreHeight
리턴 FsmBool

targetObject 공개적으로 프로퍼티

public FsmGameObject targetObject
리턴 FsmGameObject

targetPosition 공개적으로 프로퍼티

public FsmVector3 targetPosition
리턴 FsmVector3