C# Class Bottle, BarCrawl

Inheritance: MonoBehaviour
Afficher le fichier Open project: karatesaul/BarCrawl Class Usage Examples

Méthodes publiques

Свойство Type Description
spinClockwise bool
targetOffset Vector3
target_x int
target_y int
throwSpeed float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
approach ( float target, float pos, float speed ) : float

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

spinClockwise public_oe property

public bool spinClockwise
Résultat bool

targetOffset public_oe property

public Vector3 targetOffset
Résultat Vector3

target_x public_oe property

public int target_x
Résultat int

target_y public_oe property

public int target_y
Résultat int

throwSpeed public_oe property

public float throwSpeed
Résultat float