C# Class Klak.MaterialExtension.MaterialPropertySetterExtension

Afficher le fichier Open project: keijiro/Klak

Méthodes publiques

Méthode Description
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

Method Details

Property() static public méthode

static public Property ( this m, string name, Color color ) : MaterialPropertyBlock
m this
name string
color UnityEngine.Color
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

static public Property ( this m, string name, Texture texture ) : MaterialPropertyBlock
m this
name string
texture UnityEngine.Texture
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

static public Property ( this m, string name, Vector2 v ) : MaterialPropertyBlock
m this
name string
v UnityEngine.Vector2
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

static public Property ( this m, string name, Vector3 v ) : MaterialPropertyBlock
m this
name string
v UnityEngine.Vector3
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

static public Property ( this m, string name, Vector4 v ) : MaterialPropertyBlock
m this
name string
v UnityEngine.Vector4
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

static public Property ( this m, string name, float x ) : MaterialPropertyBlock
m this
name string
x float
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

static public Property ( this m, string name, float x, float y ) : MaterialPropertyBlock
m this
name string
x float
y float
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

static public Property ( this m, string name, float x, float y, float z ) : MaterialPropertyBlock
m this
name string
x float
y float
z float
Résultat UnityEngine.MaterialPropertyBlock

Property() static public méthode

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
Résultat UnityEngine.MaterialPropertyBlock