C# Class MoveTest, Heracles

Inheritance: MonoBehaviour
显示文件 Open project: TrinityUniversityGameDesign/Heracles Class Usage Examples

Public Properties

Property Type Description
delay double
easetype string
looptype string
pathName string
time double

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

delay public_oe property

public double delay
return double

easetype public_oe property

public string easetype
return string

looptype public_oe property

public string looptype
return string

pathName public_oe property

public string pathName
return string

time public_oe property

public double time
return double