C# Class ForgeExample_ObjectToTransport

Inheritance: ForgeTransportObject
Afficher le fichier Open project: drakelinglabs/unityarmada

Méthodes publiques

Свойство Type Description
apple int
brent float
cat string
dog bool

Méthodes publiques

Méthode Description
ForgeExample_ObjectToTransport ( ) : UnityEngine
ToString ( ) : string

Method Details

ForgeExample_ObjectToTransport() public méthode

public ForgeExample_ObjectToTransport ( ) : UnityEngine
Résultat UnityEngine

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

apple public_oe property

public int apple
Résultat int

brent public_oe property

public float brent
Résultat float

cat public_oe property

public string cat
Résultat string

dog public_oe property

public bool dog
Résultat bool