C# 클래스 CurveTexture, CurveTexture

상속: MonoBehaviour
파일 보기 프로젝트 열기: slipster216/CurveTexture 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A UnityEngine.AnimationCurve
B UnityEngine.AnimationCurve
G UnityEngine.AnimationCurve
R UnityEngine.AnimationCurve
filterMode FilterMode
globalName string
propertyName string
resolution Resolution
useSharedMaterial bool
wrapMode TextureWrapMode

공개 메소드들

메소드 설명
Generate ( bool makeNoLongerReadable = false ) : Texture2D
OnDestroy ( ) : void
Refresh ( ) : void
Start ( ) : void

메소드 상세

Generate() 공개 메소드

public Generate ( bool makeNoLongerReadable = false ) : Texture2D
makeNoLongerReadable bool
리턴 UnityEngine.Texture2D

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

A 공개적으로 프로퍼티

public AnimationCurve,UnityEngine A
리턴 UnityEngine.AnimationCurve

B 공개적으로 프로퍼티

public AnimationCurve,UnityEngine B
리턴 UnityEngine.AnimationCurve

G 공개적으로 프로퍼티

public AnimationCurve,UnityEngine G
리턴 UnityEngine.AnimationCurve

R 공개적으로 프로퍼티

public AnimationCurve,UnityEngine R
리턴 UnityEngine.AnimationCurve

filterMode 공개적으로 프로퍼티

public FilterMode filterMode
리턴 FilterMode

globalName 공개적으로 프로퍼티

public string globalName
리턴 string

propertyName 공개적으로 프로퍼티

public string propertyName
리턴 string

resolution 공개적으로 프로퍼티

public Resolution resolution
리턴 Resolution

useSharedMaterial 공개적으로 프로퍼티

public bool useSharedMaterial
리턴 bool

wrapMode 공개적으로 프로퍼티

public TextureWrapMode wrapMode
리턴 TextureWrapMode