C# 클래스 FadeTextByRotation

Fade out text label in dial as it rotates away.
Uses the dot product between the parent of the label's forward direction and the forward direction of the label, passed through a curve filter to determine the opacity to set the text label to.
상속: MonoBehaviour
파일 보기 프로젝트 열기: leapmotion/ImageGrid

공개 프로퍼티들

프로퍼티 타입 설명
FadeCurve UnityEngine.AnimationCurve
ReferenceTransform_AutoDiscovered Transform

공개 메소드들

메소드 설명
Awake ( ) : void
OnEnable ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
registerReferenceTransform ( ) : bool

Finds and assigns a reference to the reference transform.

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

FadeCurve 공개적으로 프로퍼티

Curve to translate dot product to opacity
public AnimationCurve,UnityEngine FadeCurve
리턴 UnityEngine.AnimationCurve

ReferenceTransform_AutoDiscovered 공개적으로 프로퍼티

Reference for the "forward direction. AutoDiscovered.
AutoDiscovery: Uses the label's parent's parent (label -> dial center -> panel center) Autodiscovery can be overrriden by assigning the reference transform in the editor. "Forward" is assumed to be -z.
public Transform ReferenceTransform_AutoDiscovered
리턴 Transform