C# Class StarField, Fupixel

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public int count
return int

maxZ public_oe property

public float maxZ
return float

minZ public_oe property

public float minZ
return float

speed public_oe property

public float speed
return float

xSize public_oe property

public float xSize
return float

ySize public_oe property

public float ySize
return float