class ModelAttachments
😔 No documentation found.
public Model Model { get; }
😔 No documentation found.
public IReadOnlyList<ModelAttachments.Attachment> All { get; }
😔 No documentation found.
public int Count { get; }
😔 No documentation found.
public ModelAttachments.Attachment Get( string name )
😔 No documentation found.
public Nullable<Transform> GetTransform( string name )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public ModelAttachments( Model model )
😔 No documentation found.