Interface IRigEffector
Namespace: UnityEditor.Animations.Rigging
Syntax
public interface IRigEffector
Properties
transform
Declaration
Transform transform { get; }
Property Value
Type | Description |
---|---|
Transform |
visible
Declaration
bool visible { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
OnSceneGUI()
Declaration
void OnSceneGUI()