C# Class KronalUtils.ShaderMaterial

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

Méthodes publiques

Méthode Description
Clone ( ) : ShaderMaterial
ShaderMaterial ( string contents ) : System
this ( int propertyIndex ) : ShaderMaterialProperty
this ( string propertyName ) : ShaderMaterialProperty

Private Methods

Méthode Description
ShaderMaterial ( ) : System

Method Details

Clone() public méthode

public Clone ( ) : ShaderMaterial
Résultat ShaderMaterial

ShaderMaterial() public méthode

public ShaderMaterial ( string contents ) : System
contents string
Résultat System

this() public méthode

public this ( int propertyIndex ) : ShaderMaterialProperty
propertyIndex int
Résultat ShaderMaterialProperty

this() public méthode

public this ( string propertyName ) : ShaderMaterialProperty
propertyName string
Résultat ShaderMaterialProperty