C# 클래스 OpenTkEngine.Core.ModelEntity

상속: Entity
파일 보기 프로젝트 열기: jikoriko/OpentkEngine 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_material Material
_model Model
_scale float

공개 메소드들

메소드 설명
ModelEntity ( float x, float y, float z, string modelName ) : System
Render ( ) : void
SetScale ( float scale ) : void

메소드 상세

ModelEntity() 공개 메소드

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

Render() 공개 메소드

public Render ( ) : void
리턴 void

SetScale() 공개 메소드

public SetScale ( float scale ) : void
scale float
리턴 void

프로퍼티 상세

_material 보호되어 있는 프로퍼티

protected Material,OpenTkEngine.Core _material
리턴 Material

_model 보호되어 있는 프로퍼티

protected Model,OpenTkEngine.Core _model
리턴 Model

_scale 보호되어 있는 프로퍼티

protected float _scale
리턴 float