Interface IHitShapeContainer
public interface IHitShapeContainer
Properties
BoundsSize
Vector3 BoundsSize { get; set; }
Property Value
GlobalPosition
Vector3 GlobalPosition { get; }
Property Value
IsEnabled
bool IsEnabled { get; }
Property Value
Layer
int Layer { get; }
Property Value
RecalculateBounds
bool RecalculateBounds { get; }
Property Value
Shapes
List<LagCompShape> Shapes { get; }