Difference between revisions of "DOMAnimationController"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMAnimationController class)
(Documentation for the DOMAnimationController class)
Line 13: Line 13:
  
 
:{{CSharp|ResourceValue ResourceUri {get; set;} }}
 
:{{CSharp|ResourceValue ResourceUri {get; set;} }}
 +
 +
===Constructors===
 +
:{{CSharp|DOMAnimationController()}}
  
 
===Methods===
 
===Methods===
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 11:50, 12 October 2016

Remarks [edit]

Properties

bool AnimatorApplyRootMotion {get; set;}
bool HasLocomotion {get; set;}
int PaceCount {get; set;}
string ResourceName {get; set;}
ResourceValue ResourceUri {get; set;}

Constructors

DOMAnimationController()

Methods