Class AlembicPointsCloud
Inheritance
MonoBehaviour
AlembicPointsCloud
Syntax
public class AlembicPointsCloud : MonoBehaviour
Fields
m_abc
Declaration
public AlembicPoints m_abc
Field Value
m_boundsCenter
Declaration
public Vector3 m_boundsCenter
Field Value
m_boundsExtents
Declaration
public Vector3 m_boundsExtents
Field Value
m_ids
Declaration
public PinnedList<uint> m_ids
Field Value
m_points
Declaration
public PinnedList<Vector3> m_points
Field Value
m_sort
Declaration
Field Value
Type |
Description |
System.Boolean |
|
m_sortFrom
Declaration
public Transform m_sortFrom
Field Value
Type |
Description |
Transform |
|
m_velocities
Declaration
public PinnedList<Vector3> m_velocities
Field Value
Properties
abcPoints
Declaration
public AlembicPoints abcPoints { get; }
Property Value
ids
Declaration
public PinnedList<uint> ids { get; }
Property Value
points
Declaration
public PinnedList<Vector3> points { get; }
Property Value
velocities
Declaration
public PinnedList<Vector3> velocities { get; }
Property Value