C# Class RoomOccluderVolume, Hellbound

Room occluder volume. The logic for a room volume which will help us occlude objects which aren't visable to the player. If hide is called on a room volume, each mesh renderer within that room who are children of the m_ParentsToLookThrough list will be deactivated and thus won't be rendered. Created by Simon Jonasson and Alexi Lindeman
Inheritance: MonoBehaviour
Afficher le fichier Open project: Backman/Hellbound

Méthodes publiques

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

Méthodes publiques

Méthode Description
Start ( ) : void
hide ( ) : void
show ( ) : void

Private Methods

Méthode Description
hide_CR ( ) : IEnumerator
show_CR ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

hide() public méthode

public hide ( ) : void
Résultat void

show() public méthode

public show ( ) : void
Résultat void

Property Details

m_ParentsToLookThrough public_oe property

public List m_ParentsToLookThrough
Résultat List