C# Class MeshDeformation, UnityFramework

Inheritance: MonoBehaviour
Datei anzeigen Open project: meta-42/uEasyKit Class Usage Examples

Public Properties

Property Type Description
mspeed float
num int
target GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
dis ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

dis() public method

public dis ( ) : void
return void

Property Details

mspeed public_oe property

public float mspeed
return float

num public_oe property

public int num
return int

target public_oe property

public GameObject target
return GameObject