C# 클래스 FollowObject, Viewport

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

공개 프로퍼티들

프로퍼티 타입 설명
followX bool
followY bool
followZ bool
initialTarget GameObject
moveStepDistance float
offsets Vector3

공개 메소드들

메소드 설명
GetTarget ( ) : GameObject

Gets the target object.

SetTarget ( GameObject newTarget ) : void

Sets the target object.

Start ( ) : void
Update ( ) : void

메소드 상세

GetTarget() 공개 메소드

Gets the target object.
public GetTarget ( ) : GameObject
리턴 GameObject

SetTarget() 공개 메소드

Sets the target object.
public SetTarget ( GameObject newTarget ) : void
newTarget GameObject The new target object.
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

followX 공개적으로 프로퍼티

public bool followX
리턴 bool

followY 공개적으로 프로퍼티

public bool followY
리턴 bool

followZ 공개적으로 프로퍼티

public bool followZ
리턴 bool

initialTarget 공개적으로 프로퍼티

public GameObject initialTarget
리턴 GameObject

moveStepDistance 공개적으로 프로퍼티

public float moveStepDistance
리턴 float

offsets 공개적으로 프로퍼티

public Vector3 offsets
리턴 Vector3