Table of Contents

Class NavigationPath

Namespace
TaleWorlds.Library
Assembly
TaleWorlds.Library.dll
public class NavigationPath : ISerializable
Inheritance
NavigationPath
Implements
Inherited Members

Constructors

NavigationPath()

public NavigationPath()

NavigationPath(SerializationInfo, StreamingContext)

protected NavigationPath(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

Properties

this[int]

public Vec2 this[int i] { get; }

Parameters

i int

Property Value

Vec2

PathPoints

public Vec2[] PathPoints { get; }

Property Value

Vec2[]

Size

[CachedData]
public int Size { get; set; }

Property Value

int

Methods

GetObjectData(SerializationInfo, StreamingContext)

public virtual void GetObjectData(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).