C# Class Pathfinding.RichSpecial

Inheritance: RichPathPart
ファイルを表示 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_oe property

public Transform,UnityEngine first
return UnityEngine.Transform

nodeLink public_oe property

public NodeLink2,Pathfinding nodeLink
return NodeLink2

reverse public_oe property

public bool reverse
return bool

second public_oe property

public Transform,UnityEngine second
return UnityEngine.Transform