Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BallManager
C# Class BallManager, CatapultKing
Inheritance:
MonoBehaviour
Show file
Open project: VirsixInc/CatapultKing
Class Usage Examples
Public Properties
Property
Type
Description
ballPrefab
GameObject
nearPlane
GameObject
shootStrength
float
Public Methods
Method
Description
Shoot
(
ShootData,
shootData
) :
void
Shoot
(
Vector2
pos
) :
void
Start
( ) :
void
Method Details
Shoot()
public
method
public
Shoot
(
ShootData,
shootData
) :
void
shootData
ShootData,
return
void
Shoot()
public
method
public
Shoot
(
Vector2
pos
) :
void
pos
Vector2
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
ballPrefab
public property
public
GameObject
ballPrefab
return
GameObject
nearPlane
public property
public
GameObject
nearPlane
return
GameObject
shootStrength
public property
public
float
shootStrength
return
float