Interface ITransformProvider
Provides an accessor to a Transform component reference.
Namespace: UnityEngine.Animations.Rigging
Syntax
public interface ITransformProvider
Properties
transform
Reference to a Transform component.
Declaration
Transform transform { get; set; }
Property Value
Type | Description |
---|---|
Transform |