Class CameraComponent
- Namespace
- Scene
A camera component
Base class: Component
classDiagram
class CameraComponent
Component <|-- CameraComponent
CameraComponent : +core.Ident Id
CameraComponent : +core.Boolean IsPerspective
CameraComponent : +core.Real AspectRatio
CameraComponent : +core.Real Yfov
CameraComponent : +core.Real Xmag
CameraComponent : +core.Real Ymag
CameraComponent : +core.Real Zfar
CameraComponent : +core.Real Znear
Functions accepting this type or a list of this type as a parameter:
- scene.getComponentOccurrence
- scene.getComponentType
- scene.setComponentOccurrence
- scene.getAnnotationGroups
- view.drawCappingPlane
- core.cloneEntity
- core.deleteEntities
- core.entityExists
- core.getEntityType
- core.getEntityTypeString
- core.addCustomProperty
- core.getProperties
- core.getProperty
- core.getPropertyInfo
- core.hasCustomProperty
- core.hasProperty
- core.listProperties
- core.listPropertiesBatch
- core.removeCustomProperty
- core.setProperty
- core.supportCustomProperties
- core.unsetProperty
- scene.linkPropertyToAnimation
- scene.unlinkPropertyToAnimation
CameraComponent