class AxisAttribute
in global :: Sandbox . ModelEditor
Draws 3 line axis visualization, which can set up to be manipulated via gizmos. You can have multiple of these.
public string Enabled { get; set; }
Internal name of a boolean key that dictates whether this helper should draw or not. If unset, will draw always.
public bool ParentLine { get; set; }
If set to true, when the node is selected a line will be drawn from the helper to the parent attachment/bone.
public Type GetType( )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public AxisAttribute( )
😔 No documentation found.
public void AddTags( List<string> tags )
😔 No documentation found.
public void AddHelpers( List<Tuple<string,string[]>> helpers )
😔 No documentation found.
public string Angles { get; set; }
😔 No documentation found.
public string Origin { get; set; }
😔 No documentation found.
public string Attachment { get; set; }
😔 No documentation found.
public string Bone { get; set; }
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public void AddMetaData( Dictionary<string,object> meta_data )
😔 No documentation found.