C# Class WheelFX, racing_game

Inheritance: MonoBehaviour
Afficher le fichier Open project: Rarau/racing_game

Méthodes publiques

Свойство Type Description
heightOffset float
particles ParticleSystem
rubberOnRoad Material
sectionLenght float
skidMarkWidth float
skidmarkPool ObjectPool,
wheel WheelController,

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
InitializePrefab ( ) : void
SkidMarkEffect ( ) : void

TO-DO: Optimize to use a single game object with a combined mesh or: pool the skidmark gameobjects

Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

InitializePrefab() public méthode

public InitializePrefab ( ) : void
Résultat void

SkidMarkEffect() public méthode

TO-DO: Optimize to use a single game object with a combined mesh or: pool the skidmark gameobjects
public SkidMarkEffect ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

heightOffset public_oe property

public float heightOffset
Résultat float

particles public_oe property

public ParticleSystem particles
Résultat ParticleSystem

rubberOnRoad public_oe property

public Material rubberOnRoad
Résultat Material

sectionLenght public_oe property

public float sectionLenght
Résultat float

skidMarkWidth public_oe property

public float skidMarkWidth
Résultat float

skidmarkPool public_oe property

public ObjectPool, skidmarkPool
Résultat ObjectPool,

wheel public_oe property

public WheelController, wheel
Résultat WheelController,