C# 클래스 LookAtSwap, UnityFramework

상속: MonoBehaviour
파일 보기 프로젝트 열기: meta-42/uEasyKit

공개 프로퍼티들

프로퍼티 타입 설명
canSwap bool
damping float
isSmooth bool
maxTargetIndex int
targetCurrent Transform
targetIndex int
targets Transform[]

공개 메소드들

메소드 설명
LateUpdate ( ) : void
LookAt ( int index ) : void
NextTarget ( ) : void
Start ( ) : void

메소드 상세

LateUpdate() 공개 메소드

public LateUpdate ( ) : void
리턴 void

LookAt() 공개 메소드

public LookAt ( int index ) : void
index int
리턴 void

NextTarget() 공개 메소드

public NextTarget ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

canSwap 공개적으로 프로퍼티

public bool canSwap
리턴 bool

damping 공개적으로 프로퍼티

public float damping
리턴 float

isSmooth 공개적으로 프로퍼티

public bool isSmooth
리턴 bool

maxTargetIndex 공개적으로 프로퍼티

public int maxTargetIndex
리턴 int

targetCurrent 공개적으로 프로퍼티

public Transform targetCurrent
리턴 Transform

targetIndex 공개적으로 프로퍼티

public int targetIndex
리턴 int

targets 공개적으로 프로퍼티

public Transform[] targets
리턴 Transform[]