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
SpawnStalactite
C# Class SpawnStalactite, Heracles
Inheritance:
MonoBehaviour
Show file
Open project: TrinityUniversityGameDesign/Heracles
Class Usage Examples
Public Properties
Property
Type
Description
minGap
int
pos
Transform
spawnChance
double
stalacPrefab
GameObject
timePer
int
Public Methods
Method
Description
BeginFalling
( ) :
void
FixedUpdate
( ) :
void
Start
( ) :
void
end
( ) :
void
spawnNew
( ) :
void
Method Details
BeginFalling()
public
method
public
BeginFalling
( ) :
void
return
void
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
end()
public
method
public
end
( ) :
void
return
void
spawnNew()
public
method
public
spawnNew
( ) :
void
return
void
Property Details
minGap
public property
public
int
minGap
return
int
pos
public property
public
Transform
pos
return
Transform
spawnChance
public property
public
double
spawnChance
return
double
stalacPrefab
public property
public
GameObject
stalacPrefab
return
GameObject
timePer
public property
public
int
timePer
return
int