|
@@ -705,17 +705,13 @@ namespace Urho3D
|
|
|
|
|
|
|
|
### AnimatedSprite2D
|
|
### AnimatedSprite2D
|
|
|
- %Is %Enabled : bool
|
|
- %Is %Enabled : bool
|
|
|
-- %Flip X : bool
|
|
|
|
|
-- %Flip Y : bool
|
|
|
|
|
-- %Color : Color
|
|
|
|
|
- %Layer : int
|
|
- %Layer : int
|
|
|
- %Order %in %Layer : int
|
|
- %Order %in %Layer : int
|
|
|
- %Blend %Mode : int
|
|
- %Blend %Mode : int
|
|
|
-- %Max %Lights : int
|
|
|
|
|
-- %View %Mask : int
|
|
|
|
|
-- %Light %Mask : int
|
|
|
|
|
-- %Shadow %Mask : int
|
|
|
|
|
-- %Zone %Mask : int
|
|
|
|
|
|
|
+- %Flip X : bool
|
|
|
|
|
+- %Flip Y : bool
|
|
|
|
|
+- %Color : Color
|
|
|
|
|
+- %Custom %material : ResourceRef
|
|
|
- %Speed : float
|
|
- %Speed : float
|
|
|
- %Animation %Set : ResourceRef
|
|
- %Animation %Set : ResourceRef
|
|
|
- %Animation : String
|
|
- %Animation : String
|
|
@@ -1435,16 +1431,11 @@ namespace Urho3D
|
|
|
|
|
|
|
|
### ParticleEmitter2D
|
|
### ParticleEmitter2D
|
|
|
- %Is %Enabled : bool
|
|
- %Is %Enabled : bool
|
|
|
-- %Particle %Effect : ResourceRef
|
|
|
|
|
-- %Sprite : ResourceRef
|
|
|
|
|
- %Layer : int
|
|
- %Layer : int
|
|
|
- %Order %in %Layer : int
|
|
- %Order %in %Layer : int
|
|
|
|
|
+- %Particle %Effect : ResourceRef
|
|
|
|
|
+- %Sprite : ResourceRef
|
|
|
- %Blend %Mode : int
|
|
- %Blend %Mode : int
|
|
|
-- %Max %Lights : int
|
|
|
|
|
-- %View %Mask : int
|
|
|
|
|
-- %Light %Mask : int
|
|
|
|
|
-- %Shadow %Mask : int
|
|
|
|
|
-- %Zone %Mask : int
|
|
|
|
|
|
|
|
|
|
### PhysicsWorld
|
|
### PhysicsWorld
|
|
|
- %Gravity : Vector3
|
|
- %Gravity : Vector3
|
|
@@ -1770,18 +1761,14 @@ namespace Urho3D
|
|
|
|
|
|
|
|
### StaticSprite2D
|
|
### StaticSprite2D
|
|
|
- %Is %Enabled : bool
|
|
- %Is %Enabled : bool
|
|
|
|
|
+- %Layer : int
|
|
|
|
|
+- %Order %in %Layer : int
|
|
|
- %Sprite : ResourceRef
|
|
- %Sprite : ResourceRef
|
|
|
|
|
+- %Blend %Mode : int
|
|
|
- %Flip X : bool
|
|
- %Flip X : bool
|
|
|
- %Flip Y : bool
|
|
- %Flip Y : bool
|
|
|
- %Color : Color
|
|
- %Color : Color
|
|
|
-- %Layer : int
|
|
|
|
|
-- %Order %in %Layer : int
|
|
|
|
|
-- %Blend %Mode : int
|
|
|
|
|
-- %Max %Lights : int
|
|
|
|
|
-- %View %Mask : int
|
|
|
|
|
-- %Light %Mask : int
|
|
|
|
|
-- %Shadow %Mask : int
|
|
|
|
|
-- %Zone %Mask : int
|
|
|
|
|
|
|
+- %Custom %material : ResourceRef
|
|
|
|
|
|
|
|
### Terrain
|
|
### Terrain
|
|
|
- %Is %Enabled : bool
|
|
- %Is %Enabled : bool
|
|
@@ -2454,6 +2441,7 @@ Properties:
|
|
|
- bool castShadows
|
|
- bool castShadows
|
|
|
- String category // readonly
|
|
- String category // readonly
|
|
|
- Color color
|
|
- Color color
|
|
|
|
|
+- Material@ customMaterial
|
|
|
- float drawDistance
|
|
- float drawDistance
|
|
|
- bool enabled
|
|
- bool enabled
|
|
|
- bool enabledEffective // readonly
|
|
- bool enabledEffective // readonly
|
|
@@ -2479,7 +2467,6 @@ Properties:
|
|
|
- float speed
|
|
- float speed
|
|
|
- Sprite2D@ sprite
|
|
- Sprite2D@ sprite
|
|
|
- bool temporary
|
|
- bool temporary
|
|
|
-- Texture2D@ texture
|
|
|
|
|
- StringHash type // readonly
|
|
- StringHash type // readonly
|
|
|
- String typeName // readonly
|
|
- String typeName // readonly
|
|
|
- bool useHotSpot
|
|
- bool useHotSpot
|
|
@@ -5506,7 +5493,6 @@ Properties:
|
|
|
- AttributeInfo[] attributeInfos // readonly
|
|
- AttributeInfo[] attributeInfos // readonly
|
|
|
- Variant[] attributes
|
|
- Variant[] attributes
|
|
|
- StringHash baseType // readonly
|
|
- StringHash baseType // readonly
|
|
|
-- BlendMode blendMode
|
|
|
|
|
- BoundingBox boundingBox // readonly
|
|
- BoundingBox boundingBox // readonly
|
|
|
- bool castShadows
|
|
- bool castShadows
|
|
|
- String category // readonly
|
|
- String category // readonly
|
|
@@ -5529,7 +5515,6 @@ Properties:
|
|
|
- float shadowDistance
|
|
- float shadowDistance
|
|
|
- uint shadowMask
|
|
- uint shadowMask
|
|
|
- bool temporary
|
|
- bool temporary
|
|
|
-- Texture2D@ texture
|
|
|
|
|
- StringHash type // readonly
|
|
- StringHash type // readonly
|
|
|
- String typeName // readonly
|
|
- String typeName // readonly
|
|
|
- uint viewMask
|
|
- uint viewMask
|
|
@@ -8054,7 +8039,6 @@ Properties:
|
|
|
- uint shadowMask
|
|
- uint shadowMask
|
|
|
- Sprite2D@ sprite
|
|
- Sprite2D@ sprite
|
|
|
- bool temporary
|
|
- bool temporary
|
|
|
-- Texture2D@ texture
|
|
|
|
|
- StringHash type // readonly
|
|
- StringHash type // readonly
|
|
|
- String typeName // readonly
|
|
- String typeName // readonly
|
|
|
- uint viewMask
|
|
- uint viewMask
|
|
@@ -10525,6 +10509,7 @@ Properties:
|
|
|
- bool castShadows
|
|
- bool castShadows
|
|
|
- String category // readonly
|
|
- String category // readonly
|
|
|
- Color color
|
|
- Color color
|
|
|
|
|
+- Material@ customMaterial
|
|
|
- float drawDistance
|
|
- float drawDistance
|
|
|
- bool enabled
|
|
- bool enabled
|
|
|
- bool enabledEffective // readonly
|
|
- bool enabledEffective // readonly
|
|
@@ -10548,7 +10533,6 @@ Properties:
|
|
|
- uint shadowMask
|
|
- uint shadowMask
|
|
|
- Sprite2D@ sprite
|
|
- Sprite2D@ sprite
|
|
|
- bool temporary
|
|
- bool temporary
|
|
|
-- Texture2D@ texture
|
|
|
|
|
- StringHash type // readonly
|
|
- StringHash type // readonly
|
|
|
- String typeName // readonly
|
|
- String typeName // readonly
|
|
|
- bool useHotSpot
|
|
- bool useHotSpot
|