C# Class KronalUtils.ShaderMaterialProperty.TextureProperty

Inheritance: ShaderMaterialProperty
Afficher le fichier Open project: bigorangemachine/ksp-kronalutils Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : ShaderMaterialProperty
Match ( Action IfFloat = null, Action IfVector = null, Action IfColor = null, Action IfTexture = null ) : void

Private Methods

Méthode Description
TextureProperty ( Material material, string name, string displayName ) : System

Method Details

Clone() public méthode

public Clone ( ) : ShaderMaterialProperty
Résultat ShaderMaterialProperty

Match() public méthode

public Match ( Action IfFloat = null, Action IfVector = null, Action IfColor = null, Action IfTexture = null ) : void
IfFloat Action
IfVector Action
IfColor Action
IfTexture Action
Résultat void