C# Class Pathfinding.AnimationLink

Inheritance: NodeLink2
显示文件 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_oe property

public float animSpeed
return float

boneRoot public_oe property

public string boneRoot
return string

clip public_oe property

public string clip
return string

referenceMesh public_oe property

public GameObject,UnityEngine referenceMesh
return UnityEngine.GameObject

reverseAnim public_oe property

public bool reverseAnim
return bool

sequence public_oe property

public LinkClip[] sequence
return LinkClip[]