C# Class KronalUtils.ShaderMaterial

Mostrar archivo Open project: bigorangemachine/ksp-kronalutils Class Usage Examples

Public Methods

Method Description
Clone ( ) : ShaderMaterial
ShaderMaterial ( string contents ) : System
this ( int propertyIndex ) : ShaderMaterialProperty
this ( string propertyName ) : ShaderMaterialProperty

Private Methods

Method Description
ShaderMaterial ( ) : System

Method Details

Clone() public method

public Clone ( ) : ShaderMaterial
return ShaderMaterial

ShaderMaterial() public method

public ShaderMaterial ( string contents ) : System
contents string
return System

this() public method

public this ( int propertyIndex ) : ShaderMaterialProperty
propertyIndex int
return ShaderMaterialProperty

this() public method

public this ( string propertyName ) : ShaderMaterialProperty
propertyName string
return ShaderMaterialProperty