C# Class skyboxRotation, ExorcistForHire

Inheritance: MonoBehaviour
Afficher le fichier Open project: JordanStone/ExorcistForHire

Méthodes publiques

Свойство Type Description
day bool
rotation_speed float
skybox Material
skybox_night Material

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

day public_oe property

public bool day
Résultat bool

rotation_speed public_oe property

public float rotation_speed
Résultat float

skybox public_oe property

public Material skybox
Résultat Material

skybox_night public_oe property

public Material skybox_night
Résultat Material