C# Class Axiom.Core.Node.DebugRenderable

Inheritance: DisposableObject, IRenderable
Afficher le fichier Open project: WolfgangSt/axiom

Protected Properties

Свойство Type Description
renderOperation Axiom.Graphics.RenderOperation

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DebugRenderable ( Node parent ) : System
GetCustomParameter ( int index ) : Vector4
GetSquaredViewDepth ( Camera camera ) : float
GetWorldTransforms ( Matrix4 matrices ) : void
SetCustomParameter ( int index, Vector4 val ) : void
UpdateCustomGpuParameter ( GpuProgramParameters entry, GpuProgramParameters gpuParams ) : void

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

DebugRenderable() public méthode

public DebugRenderable ( Node parent ) : System
parent Node
Résultat System

GetCustomParameter() public méthode

public GetCustomParameter ( int index ) : Vector4
index int
Résultat Vector4

GetSquaredViewDepth() public méthode

public GetSquaredViewDepth ( Camera camera ) : float
camera Camera
Résultat float

GetWorldTransforms() public méthode

public GetWorldTransforms ( Matrix4 matrices ) : void
matrices Axiom.Math.Matrix4
Résultat void

SetCustomParameter() public méthode

public SetCustomParameter ( int index, Vector4 val ) : void
index int
val Vector4
Résultat void

UpdateCustomGpuParameter() public méthode

public UpdateCustomGpuParameter ( GpuProgramParameters entry, GpuProgramParameters gpuParams ) : void
entry Axiom.Graphics.GpuProgramParameters
gpuParams Axiom.Graphics.GpuProgramParameters
Résultat void

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void

Property Details

renderOperation protected_oe property

protected RenderOperation,Axiom.Graphics renderOperation
Résultat Axiom.Graphics.RenderOperation