C# Class FMODUnity.EditorBankRef.NameValuePair

ファイルを表示 Open project: fmod/UnityIntegration

Public Properties

Property Type Description
Name string
Value long

Public Methods

Method Description
NameValuePair ( string name, long value ) : System

Method Details

NameValuePair() public method

public NameValuePair ( string name, long value ) : System
name string
value long
return System

Property Details

Name public_oe property

public string Name
return string

Value public_oe property

public long Value
return long