C# Class ForgeExample_ObjectToTransport

Inheritance: ForgeTransportObject
ファイルを表示 Open project: drakelinglabs/unityarmada

Public Properties

Property Type Description
apple int
brent float
cat string
dog bool

Public Methods

Method Description
ForgeExample_ObjectToTransport ( ) : UnityEngine
ToString ( ) : string

Method Details

ForgeExample_ObjectToTransport() public method

public ForgeExample_ObjectToTransport ( ) : UnityEngine
return UnityEngine

ToString() public method

public ToString ( ) : string
return string

Property Details

apple public_oe property

public int apple
return int

brent public_oe property

public float brent
return float

cat public_oe property

public string cat
return string

dog public_oe property

public bool dog
return bool