C# 클래스 Klak.MaterialExtension.MaterialSetterExtension

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

공개 메소드들

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

메소드 상세

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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

Property() 정적인 공개 메소드

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