C# Class GPUGraph.FloatParamKVP

Afficher le fichier Open project: heyx3/GPUNoiseForUnity Class Usage Examples

Méthodes publiques

Свойство Type Description
Key string
Value float

Méthodes publiques

Méthode Description
FloatParamKVP ( ) : System
FloatParamKVP ( string key, float value ) : System

Method Details

FloatParamKVP() public méthode

public FloatParamKVP ( ) : System
Résultat System

FloatParamKVP() public méthode

public FloatParamKVP ( string key, float value ) : System
key string
value float
Résultat System

Property Details

Key public_oe property

public string Key
Résultat string

Value public_oe property

public float Value
Résultat float