C# Class ProjectMercury.Controllers.FrustumCullController

Inheritance: ProjectMercury.Controllers.AbstractController
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
Process ( ProjectMercury.Controllers.TriggerContext &context ) : void

Adds additional logic to an emitter trigger event.

Méthodes protégées

Méthode Description
DeepCopy ( ProjectMercury.Controllers.AbstractController existingInstance ) : ProjectMercury.Controllers.AbstractController

Copies the properties of this instance into the specified existing instance.

Method Details

DeepCopy() protected méthode

Copies the properties of this instance into the specified existing instance.
protected DeepCopy ( ProjectMercury.Controllers.AbstractController existingInstance ) : ProjectMercury.Controllers.AbstractController
existingInstance ProjectMercury.Controllers.AbstractController An existing controller instance.
Résultat ProjectMercury.Controllers.AbstractController

Process() public méthode

Adds additional logic to an emitter trigger event.
public Process ( ProjectMercury.Controllers.TriggerContext &context ) : void
context ProjectMercury.Controllers.TriggerContext The trigger context.
Résultat void