Class AnimationFile
- Applied Stereotypes:
-
XSDcomplexType
Reference to a file which contains an animation / motion definition (e.g. an fbx file containing a motion from motion capturing).
- Used in:
-
AnimationType
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
timeOffset |
double |
0..1 |
XSDattribute
|
Time offset from beginning of animation. Unit: [s]. Range: [0..inf[. Default, if omitted is 0 (start from beginning of animation). |
|
file |
File |
1..1 |
XSDelement
|
Filepath of the animation / motion file. |
|
XSD 1.3 Representation |
<xsd:complexType name="AnimationFile">
<xsd:sequence>
<xsd:element name="File" type="File"/>
</xsd:sequence>
<xsd:attribute name="timeOffset" type="Double"/>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property timeOffset
- Property file
- XSDelement [position: "1"]
|
To XSD