RigsofRods
Soft-body Physics Simulation
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Variables
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
a
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
g
h
l
m
n
o
p
r
s
t
v
Enumerator
a
b
c
d
f
g
h
l
m
n
o
r
s
t
v
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
k
o
Macros
_
a
b
c
d
e
f
h
i
l
m
n
o
p
r
s
t
x
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
doc
angelscript
Script2Game
AngelOgre
AngelOgre_AnimationStateSet.h
Go to the documentation of this file.
1
2
namespace
AngelOgre
{
// Dummy namespace, just to distinguish AngelScript from C++
3
15
class
AnimationStateSet
16
{
17
public
:
18
19
27
AnimationState
@
createAnimationState
(
const
string
& animName,
28
float
timePos,
float
length,
float
weight = 1.0,
bool
enabled =
false
);
29
31
AnimationState
@
getAnimationState
(
const
string
& name)
const
;
32
34
bool
hasAnimationState
(
const
string
& name)
const
;
35
37
void
removeAnimationState
(
const
string
& name);
38
40
void
removeAllAnimationStates
(
void
);
41
45
AnimationStateArray@
getAnimationStates
();
46
47
};
48
51
52
}
// namespace AngelOgre (dummy, just to distinguish AngelScript from C++)
53
AngelOgre::AnimationStateSet::createAnimationState
AnimationState createAnimationState(const string &animName, float timePos, float length, float weight=1.0, bool enabled=false)
Create a new AnimationState instance.
AngelOgre::AnimationStateSet
A manager for skeletal animation tracks in the entity.
Definition:
AngelOgre_AnimationStateSet.h:15
AngelOgre::AnimationStateSet::hasAnimationState
bool hasAnimationState(const string &name) const
Tests if state for the named animation is present.
AngelOgre::AnimationStateSet::getAnimationState
AnimationState getAnimationState(const string &name) const
Get an animation state by the name of the animation.
AngelOgre::AnimationStateSet::removeAnimationState
void removeAnimationState(const string &name)
Remove animation state with the given name.
AngelOgre::AnimationState
Represents a single named skeletal animation track present in the mesh.
Definition:
AngelOgre_AnimationState.h:15
AngelOgre::AnimationStateSet::getAnimationStates
AnimationStateArray getAnimationStates()
Get all the animation states in this set.
AngelOgre
OGRE-AngelScript bindings; Actually named Ogre in the scripts, just changed for docs to separate thin...
Definition:
AngelOgre_AnimationState.h:2
AngelOgre::AnimationStateSet::removeAllAnimationStates
void removeAllAnimationStates(void)
Remove all animation states.
Generated by
1.8.17