C# 클래스 UnityEngine.GradientColorKey

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color
time float

공개 메소드들

메소드 설명
GradientColorKey ( Color col, float time ) : System

Gradient color key.

메소드 상세

GradientColorKey() 공개 메소드

Gradient color key.

public GradientColorKey ( Color col, float time ) : System
col Color
time float Time of the key (0 - 1).
리턴 System

프로퍼티 상세

color 공개적으로 프로퍼티

Color of key.

public Color color
리턴 Color

time 공개적으로 프로퍼티

Time of the key (0 - 1).

public float time
리턴 float