C# Class GPUGraph.RuntimeGraph._SerializableFloatParamKVP

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
_SerializableFloatParamKVP ( ) : System
_SerializableFloatParamKVP ( string key, _SerializableFloatParamInfo value ) : System

Method Details

_SerializableFloatParamKVP() public méthode

public _SerializableFloatParamKVP ( ) : System
Résultat System

_SerializableFloatParamKVP() public méthode

public _SerializableFloatParamKVP ( string key, _SerializableFloatParamInfo value ) : System
key string
value _SerializableFloatParamInfo
Résultat System

Property Details

Key public_oe property

public string Key
Résultat string

Value public_oe property

public _SerializableFloatParamInfo Value
Résultat _SerializableFloatParamInfo