C# Class GPUGraph.RuntimeGraph._SerializableFloatParamKVP

Show file Open project: heyx3/GPUNoiseForUnity Class Usage Examples

Public Properties

Property Type Description
Key string
Value _SerializableFloatParamInfo

Public Methods

Method Description
_SerializableFloatParamKVP ( ) : System
_SerializableFloatParamKVP ( string key, _SerializableFloatParamInfo value ) : System

Method Details

_SerializableFloatParamKVP() public method

public _SerializableFloatParamKVP ( ) : System
return System

_SerializableFloatParamKVP() public method

public _SerializableFloatParamKVP ( string key, _SerializableFloatParamInfo value ) : System
key string
value _SerializableFloatParamInfo
return System

Property Details

Key public property

public string Key
return string

Value public property

public _SerializableFloatParamInfo Value
return _SerializableFloatParamInfo