C# Class Axiom.Samples.BezierPatch.BezierSample

Inheritance: Axiom.Samples.SdkSample
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
factor float
isWireframe bool
patch Axiom.Core.PatchMesh
patchDeclaration Axiom.Graphics.VertexDeclaration
patchEntity Entity
patchPass Axiom.Graphics.Pass
timeLapse float

Public Methods

Method Description
BezierSample ( ) : System

Protected Methods

Method Description
CleanupContent ( ) : void

SetupContent ( ) : void
box_CheckChanged ( object sender, CheckBox box ) : void
slider_SliderMoved ( object sender, Axiom.Samples.Slider slider ) : void

Method Details

BezierSample() public method

public BezierSample ( ) : System
return System

CleanupContent() protected method

protected CleanupContent ( ) : void
return void

SetupContent() protected method

protected SetupContent ( ) : void
return void

box_CheckChanged() protected method

protected box_CheckChanged ( object sender, CheckBox box ) : void
sender object
box Axiom.Samples.CheckBox
return void

slider_SliderMoved() protected method

protected slider_SliderMoved ( object sender, Axiom.Samples.Slider slider ) : void
sender object
slider Axiom.Samples.Slider
return void

Property Details

factor protected_oe property

protected float factor
return float

isWireframe protected_oe property

protected bool isWireframe
return bool

patch protected_oe property

protected PatchMesh,Axiom.Core patch
return Axiom.Core.PatchMesh

patchDeclaration protected_oe property

protected VertexDeclaration,Axiom.Graphics patchDeclaration
return Axiom.Graphics.VertexDeclaration

patchEntity protected_oe property

protected Entity patchEntity
return Entity

patchPass protected_oe property

protected Pass,Axiom.Graphics patchPass
return Axiom.Graphics.Pass

timeLapse protected_oe property

protected float timeLapse
return float