namespace: CurveArchitect.Objects
file: ArchitectCurveCache.cs
Description:
Component attached to the same transform as the Architect Curve component. Contains cached data for animations and curve handling. Should be removed on curves that only have objects that's should not be animated or moved with script.
Read more in the optimization post.
Public variables
List<float> lengthMap
- Cached length map.
List<Vector3> positionMap
- Cached positions.
List<Vector3> normals
- Cached normals. Only used by dynamic Architect Curves.