Class Sensor
Inheritance
System.Object
Sensor
Implements
System.IDisposable
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()
Assembly: Experior.Core.dll
Syntax
public abstract class Sensor : Static, IStatic, ISensor, IRigidPart, IDisposable, IMeshObject, ISceneObject
Constructors
Sensor()
Declaration
Properties
Active
Declaration
[Browsable(false)]
public virtual bool Active { get; }
Property Value
Type |
Description |
System.Boolean |
|
ActiveColor
Declaration
[Browsable(false)]
public virtual Color ActiveColor { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Collision
Declaration
[Browsable(false)]
public Collisions Collision { get; set; }
Property Value
CollisionTypes
Declaration
[Browsable(false)]
public List<Type> CollisionTypes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Type> |
|
Color
Declaration
public override Color Color { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Color |
|
Overrides
Count
Declaration
[Browsable(false)]
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Loads
Declaration
[Browsable(false)]
public List<Load> Loads { get; }
Property Value
Type |
Description |
System.Collections.Generic.List<Load> |
|
Methods
Deselect()
Declaration
public override void Deselect()
Overrides
Entering(PhysX.Shape)
Declaration
public virtual void Entering(PhysX.Shape shape)
Parameters
Type |
Name |
Description |
PhysX.Shape |
shape |
|
Leaving(PhysX.Shape)
Declaration
public virtual void Leaving(PhysX.Shape shape)
Parameters
Type |
Name |
Description |
PhysX.Shape |
shape |
|
Stop()
Declaration
Declaration
protected override void TransformActor()
Overrides
Events
OnEnter
Declaration
public event Sensor.EnterEvent OnEnter
Event Type
OnLeave
Declaration
public event Sensor.LeaveEvent OnLeave
Event Type
Implements
System.IDisposable