Class CPhysicsEntitySolver
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPhysicsEntitySolver : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCPhysicsEntitySolver
- Implements
- Inherited Members
Constructors
CPhysicsEntitySolver(nint)
public CPhysicsEntitySolver(nint pointer)
Parameters
pointer
nint
Properties
CancelTime
[SchemaMember("CPhysicsEntitySolver", "m_cancelTime")]
public ref float CancelTime { get; }
Property Value
MovingEntity
[SchemaMember("CPhysicsEntitySolver", "m_hMovingEntity")]
public CHandle<CBaseEntity> MovingEntity { get; }
Property Value
PhysicsBlocker
[SchemaMember("CPhysicsEntitySolver", "m_hPhysicsBlocker")]
public CHandle<CBaseEntity> PhysicsBlocker { get; }
Property Value
SeparationDuration
[SchemaMember("CPhysicsEntitySolver", "m_separationDuration")]
public ref float SeparationDuration { get; }