Class CPathWithDynamicNodes
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class CPathWithDynamicNodes : CPathSimple, IEquatable<CEntityInstance>
- Inheritance
-
objectCPathWithDynamicNodes
- Implements
- Derived
- Inherited Members
Constructors
CPathWithDynamicNodes(nint)
public CPathWithDynamicNodes(nint pointer)
Parameters
pointernint
Properties
PathNodes
[SchemaMember("CPathWithDynamicNodes", "m_vecPathNodes")]
public NetworkedVector<CHandle<CPathNode>> PathNodes { get; }
Property Value
XInitialPathWorldToLocal
[SchemaMember("CPathWithDynamicNodes", "m_xInitialPathWorldToLocal")]
public CTransform XInitialPathWorldToLocal { get; }