PeriDyno 0.8.2
Public Types | Public Attributes | List of all members
ofbx::Scene::Connection Struct Reference
Collaboration diagram for ofbx::Scene::Connection:
Collaboration graph
[legend]

Public Types

enum  Type { OBJECT_OBJECT , OBJECT_PROPERTY }
 

Public Attributes

Type type = OBJECT_OBJECT
 
u64 from = 0
 
u64 to = 0
 
DataView property
 

Detailed Description

Definition at line 1553 of file ofbx.cpp.

Member Enumeration Documentation

◆ Type

Enumerator
OBJECT_OBJECT 
OBJECT_PROPERTY 

Definition at line 1555 of file ofbx.cpp.

Member Data Documentation

◆ from

u64 ofbx::Scene::Connection::from = 0

Definition at line 1562 of file ofbx.cpp.

◆ property

DataView ofbx::Scene::Connection::property

Definition at line 1564 of file ofbx.cpp.

◆ to

u64 ofbx::Scene::Connection::to = 0

Definition at line 1563 of file ofbx.cpp.

◆ type

Type ofbx::Scene::Connection::type = OBJECT_OBJECT

Definition at line 1561 of file ofbx.cpp.


The documentation for this struct was generated from the following file: