mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
added get_initial_value (for controlJoint)
This commit is contained in:
parent
e4abd97795
commit
e0d0f8a8b7
@ -66,6 +66,12 @@ PUBLISHED:
|
||||
static TypeHandle get_class_type() {
|
||||
return _type_handle;
|
||||
}
|
||||
INLINE ValueType get_value() const {
|
||||
return _value;
|
||||
}
|
||||
INLINE ValueType get_initial_value() const {
|
||||
return _initial_value;
|
||||
}
|
||||
public:
|
||||
static void init_type() {
|
||||
MovingPartBase::init_type();
|
||||
|
Loading…
x
Reference in New Issue
Block a user