Interface ISplineReferencer
Interface for behaviours that reference a Spline
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public interface ISplineReferencer
Properties
SplineSettings
Get a reference to the SplineSettings struct contained in this object.
Declaration
ref SplineSettings SplineSettings { get; }
Property Value
Type | Description |
---|---|
SplineSettings | A reference to the embedded SplineSettings struct |