C# 클래스 UnityEngine.GradientAlphaKey

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alpha float
time float

공개 메소드들

메소드 설명
GradientAlphaKey ( float alpha, float time ) : System

Gradient alpha key.

메소드 상세

GradientAlphaKey() 공개 메소드

Gradient alpha key.

public GradientAlphaKey ( float alpha, float time ) : System
alpha float Alpha of key (0 - 1).
time float Time of the key (0 - 1).
리턴 System

프로퍼티 상세

alpha 공개적으로 프로퍼티

Alpha channel of key.

public float alpha
리턴 float

time 공개적으로 프로퍼티

Time of the key (0 - 1).

public float time
리턴 float