C# Class KronalUtils.ShaderMaterialProperty.FloatProperty

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

Méthodes publiques

Свойство Type Description
DefaultValue float
RangeMax float
RangeMin float

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
FloatProperty ( Material material, string name, string displayName, float min, float max ) : 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

Property Details

DefaultValue public_oe property

public float DefaultValue
Résultat float

RangeMax public_oe property

public float RangeMax
Résultat float

RangeMin public_oe property

public float RangeMin
Résultat float