SwiftlyS2

CPathNode

Interface CPathNode

Namespace: SwiftlyS2.Shared.SchemaDefinitions

Assembly: SwiftlyS2.CS2.dll

public interface CPathNode : CPointEntity, CBaseEntity, CEntityInstance, IEquatable<CEntityInstance>, ISchemaClass<CEntityInstance>, ISchemaClass<CBaseEntity>, ISchemaClass<CPointEntity>, ISchemaClass<CPathNode>, ISchemaField, ISchemaClass, INativeHandle

Implements

Properties

InTangentLocal

ref Vector InTangentLocal { get; }
Property Value

OutTangentLocal

ref Vector OutTangentLocal { get; }
Property Value

Path

ref CHandle<CPathWithDynamicNodes> Path { get; }
Property Value

StrParentPathUniqueID

string StrParentPathUniqueID { get; set; }
Property Value

StrPathNodeParameter

string StrPathNodeParameter { get; set; }
Property Value

XWSPrevParent

ref CTransform XWSPrevParent { get; }
Property Value

Methods

InTangentLocalUpdated()

void InTangentLocalUpdated()

OutTangentLocalUpdated()

void OutTangentLocalUpdated()

StrParentPathUniqueIDUpdated()

void StrParentPathUniqueIDUpdated()

StrPathNodeParameterUpdated()

void StrPathNodeParameterUpdated()

On this page