C# Class Axiom.Samples.BezierPatch.BezierSample

Inheritance: Axiom.Samples.SdkSample
Show file 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 property

protected float factor
return float

isWireframe protected property

protected bool isWireframe
return bool

patch protected property

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

patchDeclaration protected property

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

patchEntity protected property

protected Entity patchEntity
return Entity

patchPass protected property

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

timeLapse protected property

protected float timeLapse
return float