Show / Hide Table of Contents

Class StaticPhysicsElement

Inheritance
object
PhysicsElement<StaticDescription, StaticHandle>
StaticPhysicsElement
Inherited Members
PhysicsElement<StaticDescription, StaticHandle>.physicsWorld
PhysicsElement<StaticDescription, StaticHandle>.simulation
PhysicsElement<StaticDescription, StaticHandle>.Position
PhysicsElement<StaticDescription, StaticHandle>.Rotation
PhysicsElement<StaticDescription, StaticHandle>.positionOffset
PhysicsElement<StaticDescription, StaticHandle>.rotationOffset
PhysicsElement<StaticDescription, StaticHandle>.positionUpdateLock
PhysicsElement<StaticDescription, StaticHandle>.CoupledElement
PhysicsElement<StaticDescription, StaticHandle>.CoupleWith(Element, Vector3?, Vector3?)
PhysicsElement<StaticDescription, StaticHandle>.Decouple()
PhysicsElement<StaticDescription, StaticHandle>.HandleCoupledElementPositionUpdate(Element, ElementChangedEventArgs<Vector3>)
PhysicsElement<StaticDescription, StaticHandle>.HandleCoupledElementRotationUpdate(Element, ElementChangedEventArgs<Vector3>)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Physics.Entities
Assembly: SlipeServer.Physics.dll
Syntax
public class StaticPhysicsElement : PhysicsElement<StaticDescription, StaticHandle>

Constructors

| Edit this page View Source

StaticPhysicsElement(StaticHandle, StaticDescription, PhysicsWorld, Simulation)

Declaration
public StaticPhysicsElement(StaticHandle handle, StaticDescription description, PhysicsWorld physicsWorld, Simulation simulation)
Parameters
Type Name Description
StaticHandle handle
StaticDescription description
PhysicsWorld physicsWorld
Simulation simulation

Properties

| Edit this page View Source

Position

Declaration
protected override Vector3 Position { get; set; }
Property Value
Type Description
Vector3
Overrides
PhysicsElement<StaticDescription, StaticHandle>.Position
| Edit this page View Source

Rotation

Declaration
protected override Quaternion Rotation { get; set; }
Property Value
Type Description
Quaternion
Overrides
PhysicsElement<StaticDescription, StaticHandle>.Rotation
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX