C# 클래스 SeparateEggControl, Guzzlesaurus

상속: Interactable
파일 보기 프로젝트 열기: TeamTorchBear/Guzzlesaurus

공개 프로퍼티들

프로퍼티 타입 설명
cap float
rotation float
side SIDE
threshold float

공개 메소드들

메소드 설명
OnInteractionEnd ( Vector3, position ) : void
OnInteractionHold ( Vector3, position ) : void
OnInteractionStart ( Vector3, position ) : void
Reset ( ) : void
SetPosition ( Vector2, pos ) : void
SetRotation ( Vector3, angles ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

OnInteractionEnd() 공개 메소드

public OnInteractionEnd ( Vector3, position ) : void
position Vector3,
리턴 void

OnInteractionHold() 공개 메소드

public OnInteractionHold ( Vector3, position ) : void
position Vector3,
리턴 void

OnInteractionStart() 공개 메소드

public OnInteractionStart ( Vector3, position ) : void
position Vector3,
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SetPosition() 공개 메소드

public SetPosition ( Vector2, pos ) : void
pos Vector2,
리턴 void

SetRotation() 공개 메소드

public SetRotation ( Vector3, angles ) : void
angles Vector3,
리턴 void

프로퍼티 상세

cap 공개적으로 프로퍼티

public float cap
리턴 float

rotation 공개적으로 프로퍼티

public float rotation
리턴 float

side 공개적으로 프로퍼티

public SIDE side
리턴 SIDE

threshold 공개적으로 프로퍼티

public float threshold
리턴 float