C# Class BallManager, CatapultKing

Inheritance: MonoBehaviour
Afficher le fichier Open project: VirsixInc/CatapultKing Class Usage Examples

Méthodes publiques

Свойство Type Description
ballPrefab GameObject
nearPlane GameObject
shootStrength float

Méthodes publiques

Méthode Description
Shoot ( ShootData, shootData ) : void
Shoot ( Vector2 pos ) : void
Start ( ) : void

Method Details

Shoot() public méthode

public Shoot ( ShootData, shootData ) : void
shootData ShootData,
Résultat void

Shoot() public méthode

public Shoot ( Vector2 pos ) : void
pos Vector2
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

ballPrefab public_oe property

public GameObject ballPrefab
Résultat GameObject

nearPlane public_oe property

public GameObject nearPlane
Résultat GameObject

shootStrength public_oe property

public float shootStrength
Résultat float