forked from LeenkxTeam/LNXSDK
t3du - Particle nodes Update
This commit is contained in:
@ -17,6 +17,9 @@ class GetParticleDataNode(LnxLogicTreeNode):
|
||||
self.outputs.new('LnxIntSocket', 'Lifetime')
|
||||
self.outputs.new('LnxFloatSocket', 'Lifetime Random')
|
||||
self.outputs.new('LnxIntSocket', 'Emit From')
|
||||
self.outputs.new('LnxBoolSocket', 'Auto Start')
|
||||
self.outputs.new('LnxBoolSocket', 'Is Unique')
|
||||
self.outputs.new('LnxBoolSocket', 'Loop')
|
||||
|
||||
self.outputs.new('LnxVectorSocket', 'Velocity')
|
||||
self.outputs.new('LnxFloatSocket', 'Velocity Random')
|
||||
|
Reference in New Issue
Block a user