C# 클래스 PathSplinePerformanceCS, LeanTween

상속: MonoBehaviour
파일 보기 프로젝트 열기: dentedpixel/LeanTween

공개 프로퍼티들

프로퍼티 타입 설명
car GameObject
carInternal GameObject
carSpeed float
circleLength float
randomRange float
tracerSpeed float
trackNodes int
trackTrailRenderers GameObject

공개 메소드들

메소드 설명
OnDrawGizmos ( ) : void
Start ( ) : void
Update ( ) : void
playSwish ( ) : void

메소드 상세

OnDrawGizmos() 공개 메소드

public OnDrawGizmos ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

playSwish() 공개 메소드

public playSwish ( ) : void
리턴 void

프로퍼티 상세

car 공개적으로 프로퍼티

public GameObject car
리턴 GameObject

carInternal 공개적으로 프로퍼티

public GameObject carInternal
리턴 GameObject

carSpeed 공개적으로 프로퍼티

public float carSpeed
리턴 float

circleLength 공개적으로 프로퍼티

public float circleLength
리턴 float

randomRange 공개적으로 프로퍼티

public float randomRange
리턴 float

tracerSpeed 공개적으로 프로퍼티

public float tracerSpeed
리턴 float

trackNodes 공개적으로 프로퍼티

public int trackNodes
리턴 int

trackTrailRenderers 공개적으로 프로퍼티

public GameObject trackTrailRenderers
리턴 GameObject