C# Class OpenTkEngine.Core.ModelEntity

Inheritance: Entity
Mostrar archivo Open project: jikoriko/OpentkEngine Class Usage Examples

Protected Properties

Property Type Description
_material Material
_model Model
_scale float

Public Methods

Method Description
ModelEntity ( float x, float y, float z, string modelName ) : System
Render ( ) : void
SetScale ( float scale ) : void

Method Details

ModelEntity() public method

public ModelEntity ( float x, float y, float z, string modelName ) : System
x float
y float
z float
modelName string
return System

Render() public method

public Render ( ) : void
return void

SetScale() public method

public SetScale ( float scale ) : void
scale float
return void

Property Details

_material protected_oe property

protected Material,OpenTkEngine.Core _material
return Material

_model protected_oe property

protected Model,OpenTkEngine.Core _model
return Model

_scale protected_oe property

protected float _scale
return float