Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
CloudyBehavior
C# Class CloudyBehavior, storyspace
Inheritance:
MonoBehaviour
Mostra file
Open project: personal-robots/storyspace
Public Properties
Property
Type
Description
cloudCount
int
cloudPrefab
Transform
Public Methods
Method
Description
CreateClouds
( ) :
void
Start
( ) :
void
Update
( ) :
void
Private Methods
Method
Description
CreateCloudsHelper
( ) :
IEnumerator
Method Details
CreateClouds()
public
method
public
CreateClouds
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
cloudCount
public_oe property
public
int
cloudCount
return
int
cloudPrefab
public_oe property
public
Transform
cloudPrefab
return
Transform