Table of Contents

Class Occurrence

Namespace
Scene

An occurrence is the main type of node in the product structure, it can have children and prototypes

Base class: GeomEntity

classDiagram
    class Occurrence
    GeomEntity <|-- Occurrence
    Occurrence : +core.Ident Id
    Occurrence : +core.String Name
    Occurrence : +core.InheritableBool Visible
    Occurrence : +core.Entity Material
    Occurrence : +geom.Matrix4 Transform
    Occurrence : +core.Entity Prototype

Functions accepting this type or a list of this type as a parameter:

Occurrence