class HitboxSet.Box
😔 No documentation found.
public object Shape { get; set; }
Either a Sphere, Capsule or BBox
public Vector3 RandomPointInside { get; }
Get a random point inside this hitbox
public Vector3 RandomPointOnEdge { get; }
Get a random point on the edge this hitbox
public string Name { get; set; }
😔 No documentation found.
public string SurfaceName { get; set; }
😔 No documentation found.
public BoneCollection.Bone Bone { get; set; }
😔 No documentation found.
public ITagSet Tags { get; set; }
😔 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.