mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
94a2ccfb36
commit
0e299ff349
@ -163,3 +163,12 @@ class Button(DirectObject):
|
|||||||
|
|
||||||
self.button.setPos(v3)
|
self.button.setPos(v3)
|
||||||
|
|
||||||
|
def setBehaviorEvent(self, eventName):
|
||||||
|
self.button.setBehaviorEvent(eventName)
|
||||||
|
|
||||||
|
def startBehavior(self):
|
||||||
|
self.button.startBehavior()
|
||||||
|
|
||||||
|
def stopBehavior(self):
|
||||||
|
self.button.stopBehavior()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user