C# Class KronalUtils.ShaderMaterialProperty.ColorProperty

Inheritance: ShaderMaterialProperty
Show file Open project: bigorangemachine/ksp-kronalutils Class Usage Examples

Public Properties

Property Type Description
DefaultValue Color

Public Methods

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

Private Methods

Method Description
ColorProperty ( Material material, string name, string displayName ) : System

Method Details

Clone() public method

public Clone ( ) : ShaderMaterialProperty
return ShaderMaterialProperty

Match() public method

public Match ( Action IfFloat = null, Action IfVector = null, Action IfColor = null, Action IfTexture = null ) : void
IfFloat Action
IfVector Action
IfColor Action
IfTexture Action
return void

Property Details

DefaultValue public property

public Color DefaultValue
return Color