C# Class EnvCubemap, OZML

Inheritance: MonoBehaviour
Datei anzeigen Open project: merveilles/OZML Class Usage Examples

Public Properties

Property Type Description
clearColor Color
clearFlags CameraClearFlags
cubemap UnityEngine.Cubemap
cubemapRes int
cullingMask LayerMask
far float
near float

Public Methods

Method Description
KillThis ( GameObject go ) : void

Method Details

KillThis() public method

public KillThis ( GameObject go ) : void
go GameObject
return void

Property Details

clearColor public_oe property

public Color clearColor
return Color

clearFlags public_oe property

public CameraClearFlags clearFlags
return CameraClearFlags

cubemap public_oe property

public Cubemap,UnityEngine cubemap
return UnityEngine.Cubemap

cubemapRes public_oe property

public int cubemapRes
return int

cullingMask public_oe property

public LayerMask cullingMask
return LayerMask

far public_oe property

public float far
return float

near public_oe property

public float near
return float