mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
reword comment for accuracy
This commit is contained in:
parent
d5d13d2990
commit
19a0d3bdb9
@ -2235,10 +2235,10 @@ class Actor(DirectObject, NodePath):
|
|||||||
"""unloadAnims(self, string:string{}, string='modelRoot',
|
"""unloadAnims(self, string:string{}, string='modelRoot',
|
||||||
string='lodRoot')
|
string='lodRoot')
|
||||||
Actor anim unloader. Takes an optional partName (defaults to
|
Actor anim unloader. Takes an optional partName (defaults to
|
||||||
'modelRoot' for non-multipart actors) and lodName (defaults
|
'modelRoot' for non-multipart actors) and lodName (defaults to
|
||||||
to 'lodRoot' for non-LOD actors) and dict of corresponding
|
'lodRoot' for non-LOD actors) and list of animation
|
||||||
anims in the form animName:animPath{}. Deletes the anim control
|
names. Deletes the anim control for the given animation and
|
||||||
for the given animation and parts/lods.
|
parts/lods.
|
||||||
|
|
||||||
If any parameter is None or omitted, it means all of them.
|
If any parameter is None or omitted, it means all of them.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user