TopDown Engine v4.5
Loading...
Searching...
No Matches
MoreMountains.Tools.MMPath.Data Struct Reference

A data structure. More...

Static Public Member Functions

static Data ForwardLoopingPath (Vector3 ctr, Vector3[] vtx, float wait)
static Data ForwardBackAndForthPath (Vector3 ctr, Vector3[] vtx, float wait)
static Data ForwardOnlyOncePath (Vector3 ctr, Vector3[] vtx, float wait)

Public Attributes

Vector3 Center
Vector3[] Offsets
float Delay
CycleOptions Cycle
MovementDirection Direction

Detailed Description

A data structure.

Member Function Documentation

◆ ForwardBackAndForthPath()

Data MoreMountains.Tools.MMPath.Data.ForwardBackAndForthPath ( Vector3 ctr,
Vector3[] vtx,
float wait )
static

◆ ForwardLoopingPath()

Data MoreMountains.Tools.MMPath.Data.ForwardLoopingPath ( Vector3 ctr,
Vector3[] vtx,
float wait )
static

◆ ForwardOnlyOncePath()

Data MoreMountains.Tools.MMPath.Data.ForwardOnlyOncePath ( Vector3 ctr,
Vector3[] vtx,
float wait )
static

Member Data Documentation

◆ Center

Vector3 MoreMountains.Tools.MMPath.Data.Center

◆ Cycle

CycleOptions MoreMountains.Tools.MMPath.Data.Cycle

◆ Delay

float MoreMountains.Tools.MMPath.Data.Delay

◆ Direction

MovementDirection MoreMountains.Tools.MMPath.Data.Direction

◆ Offsets

Vector3 [] MoreMountains.Tools.MMPath.Data.Offsets

The documentation for this struct was generated from the following file:
  • H:/Code/MoreMountains/topdownengine/Assets/TopDownEngine/ThirdParty/MoreMountains/MMTools/Accessories/MMMovement/MMPathMovement/MMPath.cs