|
|
@@ -1594,7 +1594,6 @@ namespace Urho3D
|
|
|
### ParticleEmitter
|
|
|
- %Is %Enabled : bool
|
|
|
- %Effect : ResourceRef
|
|
|
-- %Face %Camera %Mode : int
|
|
|
- %Can %Be %Occluded : bool
|
|
|
- %Cast %Shadows : bool
|
|
|
- %Draw %Distance : float
|
|
|
@@ -3011,6 +3010,7 @@ Properties:
|
|
|
Properties:
|
|
|
|
|
|
- Color color
|
|
|
+- Vector3 direction
|
|
|
- bool enabled
|
|
|
- Vector3 position
|
|
|
- float rotation
|
|
|
@@ -8988,6 +8988,7 @@ Properties:
|
|
|
- float dampingForce
|
|
|
- Vector3 emitterSize
|
|
|
- EmitterType emitterType
|
|
|
+- FaceCameraMode faceCameraMode
|
|
|
- float inactiveTime
|
|
|
- Material@ material
|
|
|
- Vector3 maxDirection
|
|
|
@@ -14380,6 +14381,7 @@ Properties:
|
|
|
- FC_ROTATE_Y
|
|
|
- FC_LOOKAT_XYZ
|
|
|
- FC_LOOKAT_Y
|
|
|
+- FC_DIRECTION
|
|
|
|
|
|
|
|
|
### FileMode
|