Class CPathKeyFrame
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPathKeyFrame : CLogicalEntity, IEquatable<CEntityInstance>
- Inheritance
-
objectCPathKeyFrame
- Implements
- Derived
- Inherited Members
Constructors
CPathKeyFrame(nint)
public CPathKeyFrame(nint pointer)
Parameters
pointer
nint
Properties
Angle
[SchemaMember("CPathKeyFrame", "m_qAngle")]
public Quaternion Angle { get; }
Property Value
Angles
[SchemaMember("CPathKeyFrame", "m_Angles")]
public QAngle Angles { get; }
Property Value
INextKey
[SchemaMember("CPathKeyFrame", "m_iNextKey")]
public string INextKey { get; set; }
Property Value
MoveSpeed
[SchemaMember("CPathKeyFrame", "m_flMoveSpeed")]
public ref float MoveSpeed { get; }
Property Value
NextTime
[SchemaMember("CPathKeyFrame", "m_flNextTime")]
public ref float NextTime { get; }
Property Value
Origin
[SchemaMember("CPathKeyFrame", "m_Origin")]
public Vector Origin { get; }
Property Value
PNextKey
[SchemaMember("CPathKeyFrame", "m_pNextKey")]
public CPathKeyFrame? PNextKey { get; }
Property Value
PrevKey
[SchemaMember("CPathKeyFrame", "m_pPrevKey")]
public CPathKeyFrame? PrevKey { get; }