C# Class skyboxRotation, ExorcistForHire

Inheritance: MonoBehaviour
ファイルを表示 Open project: JordanStone/ExorcistForHire

Public Properties

Property Type Description
day bool
rotation_speed float
skybox Material
skybox_night Material

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

day public_oe property

public bool day
return bool

rotation_speed public_oe property

public float rotation_speed
return float

skybox public_oe property

public Material skybox
return Material

skybox_night public_oe property

public Material skybox_night
return Material