OrthographicCamera

正交相机

基础用法

API

Attributes

NameDescriptionTypeDefaultRequired
left构造函数参数numberundefinedNo
right构造函数参数numberundefinedNo
top构造函数参数numberundefinedNo
bottom构造函数参数numberundefinedNo
near构造函数参数numberundefinedNo
far构造函数参数numberundefinedNo
isRenderCamera是否为主渲染相机booleantrueNo
autoAddToScene是否主动添加到scene上booleantrueNo
options实例属性OrthographicCameraOptions{}No

Events

NameDescriptionType
load实例创建后触发方法Function

Slots

NameDescription
default默认插槽

源代码

文档