C# Class Pathfinding.RichSpecial

Inheritance: RichPathPart
Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
first UnityEngine.Transform
nodeLink NodeLink2
reverse bool
second UnityEngine.Transform

Public Methods

Method Description
Initialize ( NodeLink2 nodeLink, GraphNode first ) : RichSpecial
OnEnterPool ( ) : void
RichSpecial ( ) : UnityEngine

Method Details

Initialize() public method

public Initialize ( NodeLink2 nodeLink, GraphNode first ) : RichSpecial
nodeLink NodeLink2
first GraphNode
return RichSpecial

OnEnterPool() public method

public OnEnterPool ( ) : void
return void

RichSpecial() public method

public RichSpecial ( ) : UnityEngine
return UnityEngine

Property Details

first public property

public Transform,UnityEngine first
return UnityEngine.Transform

nodeLink public property

public NodeLink2,Pathfinding nodeLink
return NodeLink2

reverse public property

public bool reverse
return bool

second public property

public Transform,UnityEngine second
return UnityEngine.Transform