Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
StdPaint
Scene
C# 클래스 StdPaint.Scene
A Scene containing objects to be rendered.
파일 보기
프로젝트 열기: TheBerkin/StdPaint
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
ActiveCamera
Camera
Objects
List
공개 메소드들
메소드
설명
Render
(
ConsoleBuffer
buffer
) :
void
Render the current scene to the active buffer.
Scene
( ) :
System
Create a new Scene object.
메소드 상세
Render()
공개
메소드
Render the current scene to the active buffer.
public
Render
(
ConsoleBuffer
buffer
) :
void
buffer
ConsoleBuffer
리턴
void
Scene()
공개
메소드
Create a new Scene object.
public
Scene
( ) :
System
리턴
System
프로퍼티 상세
ActiveCamera
공개적으로 프로퍼티
The Camera currently used to render the scene.
public
Camera,StdPaint
ActiveCamera
리턴
Camera
Objects
공개적으로 프로퍼티
The objects in the scene.
public
List
Objects
리턴
List