C# Class StarField, Fupixel

Inheritance: MonoBehaviour
Show file Open project: JuhaKiili/Fupixel Class Usage Examples

Public Properties

Property Type Description
count int
maxZ float
minZ float
speed float
xSize float
ySize float

Public Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

count public property

public int count
return int

maxZ public property

public float maxZ
return float

minZ public property

public float minZ
return float

speed public property

public float speed
return float

xSize public property

public float xSize
return float

ySize public property

public float ySize
return float