C# Class Bottle, BarCrawl

Inheritance: MonoBehaviour
Datei anzeigen Open project: karatesaul/BarCrawl Class Usage Examples

Public Properties

Property Type Description
spinClockwise bool
targetOffset Vector3
target_x int
target_y int
throwSpeed float

Public Methods

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

Private Methods

Method Description
approach ( float target, float pos, float speed ) : float

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

spinClockwise public_oe property

public bool spinClockwise
return bool

targetOffset public_oe property

public Vector3 targetOffset
return Vector3

target_x public_oe property

public int target_x
return int

target_y public_oe property

public int target_y
return int

throwSpeed public_oe property

public float throwSpeed
return float