C# 클래스 ColorBand, ColorBands

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: rstecca/ColorBands 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ACurve UnityEngine.AnimationCurve
BCurve UnityEngine.AnimationCurve
GCurve UnityEngine.AnimationCurve
RCurve UnityEngine.AnimationCurve
biggerPreview bool
colorSpace COLORSPACE
discrete bool
discreteMethod DISCRETE_METHOD
discreteSteps int
name string
previewTexture UnityEngine.Texture2D

공개 메소드들

메소드 설명
ColorBand ( ) : System.Collections
Evaluate ( float time01 ) : Color

Evaluates color curves at time time01

OnEnable ( ) : void
buildPreviewTexture ( ) : void

Builds the preview texture.

rebuildPreviewTexture ( ) : void

비공개 메소드들

메소드 설명
GetColorAt ( float t, bool useAlpha = false, COLORSPACE _colorSpace = COLORSPACE.RGB ) : Color

메소드 상세

ColorBand() 공개 메소드

public ColorBand ( ) : System.Collections
리턴 System.Collections

Evaluate() 공개 메소드

Evaluates color curves at time time01
public Evaluate ( float time01 ) : Color
time01 float The time point where the color is computed. Value must be between 0 and 1.
리턴 Color

OnEnable() 공개 메소드

public OnEnable ( ) : void
리턴 void

buildPreviewTexture() 공개 메소드

Builds the preview texture.
public buildPreviewTexture ( ) : void
리턴 void

rebuildPreviewTexture() 공개 메소드

public rebuildPreviewTexture ( ) : void
리턴 void

프로퍼티 상세

ACurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine ACurve
리턴 UnityEngine.AnimationCurve

BCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine BCurve
리턴 UnityEngine.AnimationCurve

GCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine GCurve
리턴 UnityEngine.AnimationCurve

RCurve 공개적으로 프로퍼티

public AnimationCurve,UnityEngine RCurve
리턴 UnityEngine.AnimationCurve

biggerPreview 공개적으로 프로퍼티

public bool biggerPreview
리턴 bool

colorSpace 공개적으로 프로퍼티

public COLORSPACE colorSpace
리턴 COLORSPACE

discrete 공개적으로 프로퍼티

public bool discrete
리턴 bool

discreteMethod 공개적으로 프로퍼티

public DISCRETE_METHOD discreteMethod
리턴 DISCRETE_METHOD

discreteSteps 공개적으로 프로퍼티

public int discreteSteps
리턴 int

name 공개적으로 프로퍼티

public string name
리턴 string

previewTexture 공개적으로 프로퍼티

public Texture2D,UnityEngine previewTexture
리턴 UnityEngine.Texture2D