C# Class SSTUTools.ShaderProperty

Afficher le fichier Open project: shadowmage45/SSTULabs Class Usage Examples

Méthodes publiques

Свойство Type Description
colorVal Color
fVal bool
floatVal float
name string

Méthodes publiques

Méthode Description
ShaderProperty ( ConfigNode node ) : System
apply ( Material mat ) : void
parse ( ConfigNode node ) : SSTUTools.ShaderProperty[]

Method Details

ShaderProperty() public méthode

public ShaderProperty ( ConfigNode node ) : System
node System.ConfigNode
Résultat System

apply() public méthode

public apply ( Material mat ) : void
mat UnityEngine.Material
Résultat void

parse() public static méthode

public static parse ( ConfigNode node ) : SSTUTools.ShaderProperty[]
node System.ConfigNode
Résultat SSTUTools.ShaderProperty[]

Property Details

colorVal public_oe property

public Color colorVal
Résultat Color

fVal public_oe property

public bool fVal
Résultat bool

floatVal public_oe property

public float floatVal
Résultat float

name public_oe property

public string name
Résultat string