Class AlembicPointsCloud
The Scene data container for animated point clouds.
Inherited Members
Namespace: UnityEngine .Formats.Alembic.Importer
Assembly: Unity.Formats.Alembic.Runtime.dll
Syntax
[ExecuteInEditMode]
public class AlembicPointsCloud : MonoBehaviour
Properties
BoundsCenter
The center of the point cloud bounding box.
Declaration
public Vector3 BoundsCenter { get; }
Property Value
Type | Description |
---|---|
Vector3 |
BoundsExtents
The extent of the point cloud bounding box.
Declaration
public Vector3 BoundsExtents { get; }
Property Value
Type | Description |
---|---|
Vector3 |
Ids
The list of point cloud identifiers.
Declaration
public List<uint> Ids { get; }
Property Value
Positions
The list of point cloud positions.
Declaration
public List<Vector3> Positions { get; }
Property Value
Velocities
The list of point cloud velocities.
Declaration
public List<Vector3> Velocities { get; }