C# Class FMODUnity.EditorBankRef.NameValuePair

Afficher le fichier Open project: fmod/UnityIntegration

Méthodes publiques

Свойство Type Description
Name string
Value long

Méthodes publiques

Méthode Description
NameValuePair ( string name, long value ) : System

Method Details

NameValuePair() public méthode

public NameValuePair ( string name, long value ) : System
name string
value long
Résultat System

Property Details

Name public_oe property

public string Name
Résultat string

Value public_oe property

public long Value
Résultat long