C# Class SinMove, gateway2dwest

Inheritance: MonoBehaviour
显示文件 Open project: stlgamedev/gateway2dwest Class Usage Examples

Public Properties

Property Type Description
moveRange Vector2
movementSpeedMultiplyer float
startOffset float

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

moveRange public_oe property

public Vector2 moveRange
return Vector2

movementSpeedMultiplyer public_oe property

public float movementSpeedMultiplyer
return float

startOffset public_oe property

public float startOffset
return float