C# Class AreaLightRenderer, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen

Méthodes publiques

Свойство Type Description
LinearColorSpace bool
SceneCamera Camera
m_albedoMaterial Material
m_normalMaterial Material
m_transparencyMaterial Material

Protected Properties

Свойство Type Description
m_areaLightList List

Méthodes publiques

Méthode Description
AddLight ( GameObject lightObj ) : void
Awake ( ) : void
InitCamera ( ) : void
InitMaterialsAndBuffers ( ) : void
InitQuad ( ) : void
OnGUI ( ) : void
OnPostRender ( ) : void
RemoveLight ( GameObject lightObj ) : void
ResetBuffer ( ) : void
SetFrustumRays ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
UpdateBuffer ( ) : void

Method Details

AddLight() public méthode

public AddLight ( GameObject lightObj ) : void
lightObj GameObject
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

InitCamera() public méthode

public InitCamera ( ) : void
Résultat void

InitMaterialsAndBuffers() public méthode

public InitMaterialsAndBuffers ( ) : void
Résultat void

InitQuad() public méthode

public InitQuad ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnPostRender() public méthode

public OnPostRender ( ) : void
Résultat void

RemoveLight() public méthode

public RemoveLight ( GameObject lightObj ) : void
lightObj GameObject
Résultat void

ResetBuffer() public méthode

public ResetBuffer ( ) : void
Résultat void

SetFrustumRays() public méthode

public SetFrustumRays ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

LinearColorSpace public_oe property

public bool LinearColorSpace
Résultat bool

SceneCamera public_oe property

public Camera SceneCamera
Résultat Camera

m_albedoMaterial public_oe property

public Material m_albedoMaterial
Résultat Material

m_areaLightList protected_oe property

protected List m_areaLightList
Résultat List

m_normalMaterial public_oe property

public Material m_normalMaterial
Résultat Material

m_transparencyMaterial public_oe property

public Material m_transparencyMaterial
Résultat Material