C# 클래스 ProjectMercury.Controllers.FrustumCullController

상속: ProjectMercury.Controllers.AbstractController
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
Process ( ProjectMercury.Controllers.TriggerContext &context ) : void

Adds additional logic to an emitter trigger event.

보호된 메소드들

메소드 설명
DeepCopy ( ProjectMercury.Controllers.AbstractController existingInstance ) : ProjectMercury.Controllers.AbstractController

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

메소드 상세

DeepCopy() 보호된 메소드

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.
리턴 ProjectMercury.Controllers.AbstractController

Process() 공개 메소드

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