C# Class Pathfinding.AnimationLink

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

Public Properties

Property Type Description
animSpeed float
boneRoot string
clip string
referenceMesh UnityEngine.GameObject
reverseAnim bool
sequence LinkClip[]

Public Methods

Method Description
CalculateOffsets ( List trace, Vector3 &endPosition ) : void
OnDrawGizmosSelected ( ) : void

Private Methods

Method Description
SearchRec ( Transform tr, string name ) : Transform

Method Details

CalculateOffsets() public method

public CalculateOffsets ( List trace, Vector3 &endPosition ) : void
trace List
endPosition Vector3
return void

OnDrawGizmosSelected() public method

public OnDrawGizmosSelected ( ) : void
return void

Property Details

animSpeed public property

public float animSpeed
return float

boneRoot public property

public string boneRoot
return string

clip public property

public string clip
return string

referenceMesh public property

public GameObject,UnityEngine referenceMesh
return UnityEngine.GameObject

reverseAnim public property

public bool reverseAnim
return bool

sequence public property

public LinkClip[] sequence
return LinkClip[]