Table of Contents

Class CPathKeyFrame

Namespace
CounterStrikeSharp.API.Core
Assembly
CounterStrikeSharp.API.dll
public class CPathKeyFrame : CLogicalEntity, IEquatable<CEntityInstance>
Inheritance
CPathKeyFrame
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

Quaternion

Angles

[SchemaMember("CPathKeyFrame", "m_Angles")]
public QAngle Angles { get; }

Property Value

QAngle

INextKey

[SchemaMember("CPathKeyFrame", "m_iNextKey")]
public string INextKey { get; set; }

Property Value

string

MoveSpeed

[SchemaMember("CPathKeyFrame", "m_flMoveSpeed")]
public ref float MoveSpeed { get; }

Property Value

float

NextTime

[SchemaMember("CPathKeyFrame", "m_flNextTime")]
public ref float NextTime { get; }

Property Value

float

Origin

[SchemaMember("CPathKeyFrame", "m_Origin")]
public Vector Origin { get; }

Property Value

Vector

PNextKey

[SchemaMember("CPathKeyFrame", "m_pNextKey")]
public CPathKeyFrame? PNextKey { get; }

Property Value

CPathKeyFrame

PrevKey

[SchemaMember("CPathKeyFrame", "m_pPrevKey")]
public CPathKeyFrame? PrevKey { get; }

Property Value

CPathKeyFrame