C# 클래스 Klak.MaterialExtension.MaterialPropertySetterExtension

파일 보기 프로젝트 열기: keijiro/Klak

공개 메소드들

메소드 설명
Property ( this m, string name, Color color ) : MaterialPropertyBlock
Property ( this m, string name, Texture texture ) : MaterialPropertyBlock
Property ( this m, string name, Vector2 v ) : MaterialPropertyBlock
Property ( this m, string name, Vector3 v ) : MaterialPropertyBlock
Property ( this m, string name, Vector4 v ) : MaterialPropertyBlock
Property ( this m, string name, float x ) : MaterialPropertyBlock
Property ( this m, string name, float x, float y ) : MaterialPropertyBlock
Property ( this m, string name, float x, float y, float z ) : MaterialPropertyBlock
Property ( this m, string name, float x, float y, float z, float w ) : MaterialPropertyBlock

메소드 상세

Property() 정적인 공개 메소드

static public Property ( this m, string name, Color color ) : MaterialPropertyBlock
m this
name string
color UnityEngine.Color
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, Texture texture ) : MaterialPropertyBlock
m this
name string
texture UnityEngine.Texture
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, Vector2 v ) : MaterialPropertyBlock
m this
name string
v UnityEngine.Vector2
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, Vector3 v ) : MaterialPropertyBlock
m this
name string
v UnityEngine.Vector3
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, Vector4 v ) : MaterialPropertyBlock
m this
name string
v UnityEngine.Vector4
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, float x ) : MaterialPropertyBlock
m this
name string
x float
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, float x, float y ) : MaterialPropertyBlock
m this
name string
x float
y float
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, float x, float y, float z ) : MaterialPropertyBlock
m this
name string
x float
y float
z float
리턴 UnityEngine.MaterialPropertyBlock

Property() 정적인 공개 메소드

static public Property ( this m, string name, float x, float y, float z, float w ) : MaterialPropertyBlock
m this
name string
x float
y float
z float
w float
리턴 UnityEngine.MaterialPropertyBlock