VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
AVR.Phys.AVR_Hand.AVR_Finger.AVR_Finger ( Transform  tip,
int  layer,
string  AnimationState,
Animator  anim 
)
inline

Definition at line 211 of file AVR_Hand.cs.

212  {
213  this.animator = anim;
214  this.tip = tip;
215  this.layer = layer;
216  this.AnimationState = AnimationState;
217  this.positions = new List<Vector3>();
218  }