C# 클래스 ThreejsDemo.BaseDemo

파일 보기 프로젝트 열기: guidovanhilst/SharpThreejs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Container Bridge.Html5.Element
DemoCategory string
DemoName string

보호된 프로퍼티들

프로퍼티 타입 설명
Height int
IsActive bool
Width int
camera THREE.PerspectiveCamera
controls THREE.Controls
renderer THREE.Renderer
scene THREE.Scene

공개 메소드들

메소드 설명
BaseDemo ( string name, string category ) : System
Hide ( ) : void
Init ( ) : void
Render ( ) : void
RequestFrame ( ) : void
Show ( ) : void

보호된 메소드들

메소드 설명
UpdateRenderSize ( ) : void
onWindowResize ( Bridge.Html5.Event arg ) : void

비공개 메소드들

메소드 설명
DoInit ( ) : void
IsInit ( ) : bool

메소드 상세

BaseDemo() 공개 메소드

public BaseDemo ( string name, string category ) : System
name string
category string
리턴 System

Hide() 공개 메소드

public Hide ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

RequestFrame() 공개 메소드

public RequestFrame ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

UpdateRenderSize() 보호된 메소드

protected UpdateRenderSize ( ) : void
리턴 void

onWindowResize() 보호된 메소드

protected onWindowResize ( Bridge.Html5.Event arg ) : void
arg Bridge.Html5.Event
리턴 void

프로퍼티 상세

Container 공개적으로 프로퍼티

public Element,Bridge.Html5 Container
리턴 Bridge.Html5.Element

DemoCategory 공개적으로 프로퍼티

public string DemoCategory
리턴 string

DemoName 공개적으로 프로퍼티

public string DemoName
리턴 string

Height 보호되어 있는 프로퍼티

protected int Height
리턴 int

IsActive 보호되어 있는 프로퍼티

protected bool IsActive
리턴 bool

Width 보호되어 있는 프로퍼티

protected int Width
리턴 int

camera 보호되어 있는 프로퍼티

protected THREE.PerspectiveCamera camera
리턴 THREE.PerspectiveCamera

controls 보호되어 있는 프로퍼티

protected THREE.Controls controls
리턴 THREE.Controls

renderer 보호되어 있는 프로퍼티

protected THREE.Renderer renderer
리턴 THREE.Renderer

scene 보호되어 있는 프로퍼티

protected THREE.Scene scene
리턴 THREE.Scene