You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
For example, here is some code from bsSpaz.py if self.shield is None: self.shield = bs.newNode('shield', owner=self.node, attrs={'color':(0.3, 0.2, 2.0), 'radius':1.3})
it generate a shield type Node and assign its color and radius attributes , my question is how do we know 'shield' is one of the newNode's type, is there a reference list ? Also , I want to set a light to spaz, current solution is to generate a 'light' type node which is introduced in the api document ,and update its position to match the target spaz, is there any convient way to do this ?
Thanks for any help😀
The text was updated successfully, but these errors were encountered:
On Thu, Jan 30, 2020, 9:42 AM sduerpang ***@***.***> wrote:
also , how do we get node's attribute's key ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#79?email_source=notifications&email_token=ALMK7WMLUBZHY2NKE44VUMTRALRO7A5CNFSM4KNXEEP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKLHITQ#issuecomment-580285518>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALMK7WIYEMPHDO3M3VSI3M3RALRO7ANCNFSM4KNXEEPQ>
.
For example, here is some code from bsSpaz.py
if self.shield is None: self.shield = bs.newNode('shield', owner=self.node, attrs={'color':(0.3, 0.2, 2.0), 'radius':1.3})
it generate a shield type Node and assign its color and radius attributes , my question is how do we know 'shield' is one of the newNode's type, is there a reference list ? Also , I want to set a light to spaz, current solution is to generate a 'light' type node which is introduced in the api document ,and update its position to match the target spaz, is there any convient way to do this ?
Thanks for any help😀
The text was updated successfully, but these errors were encountered: