library property

library property

Objects that not directly used in scene hierarchy can be defined in Library. This is useful when you’re using sub-scenes and put reusable components under sub-scenes.

Definition:

@property
def library(self):
    ...

See Also