Class Box
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Parts.Sensors
Assembly: Experior.Core.dll
Syntax
public class Box : Sensor, IStatic, ISensor, IRigidPart, IDisposable, IMeshObject, ISceneObject
Constructors
Box(Color, Single, Single, Single)
Declaration
public Box(Color color, float length, float height, float width)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Color | color | |
System.Single | length | |
System.Single | height | |
System.Single | width |
Properties
Height
Declaration
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Height { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Length
Declaration
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Length { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Width
Declaration
[TypeConverter(typeof(FloatMeterToMillimeter))]
public float Width { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Implements
System.IDisposable