add position_center attribute to ba.Node

This commit is contained in:
Roman Trapeznikov 2020-06-22 15:38:20 +03:00
parent ae1b317af7
commit c18cfeaa29
No known key found for this signature in database
GPG Key ID: 827DD41DACE1E018

View File

@ -572,6 +572,7 @@ class Node:
color: Sequence[float] = (0.0, 0.0, 0.0)
size: Sequence[float] = (0.0, 0.0, 0.0)
position: Sequence[float] = (0.0, 0.0, 0.0)
position_center: Sequence[float] = (0.0, 0.0, 0.0)
position_forward: Sequence[float] = (0.0, 0.0, 0.0)
punch_position: Sequence[float] = (0.0, 0.0, 0.0)
punch_velocity: Sequence[float] = (0.0, 0.0, 0.0)