C# Класс Klak.MaterialExtension.MaterialPropertySetterExtension

Показать файл Открыть проект

Открытые методы

Метод Описание
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