|
@@ -590,7 +590,6 @@ Properties:
|
|
|
- Color color
|
|
- Color color
|
|
|
- float rotation
|
|
- float rotation
|
|
|
- bool enabled
|
|
- bool enabled
|
|
|
-- float sortDistance
|
|
|
|
|
|
|
|
|
|
<a name="Class_BillboardSet"></a>
|
|
<a name="Class_BillboardSet"></a>
|
|
|
### BillboardSet : Drawable
|
|
### BillboardSet : Drawable
|
|
@@ -602,6 +601,7 @@ Methods:
|
|
|
- void SetRelative(bool enable)
|
|
- void SetRelative(bool enable)
|
|
|
- void SetScaled(bool enable)
|
|
- void SetScaled(bool enable)
|
|
|
- void SetSorted(bool enable)
|
|
- void SetSorted(bool enable)
|
|
|
|
|
+- void SetFixedScreenSize(bool enable)
|
|
|
- void SetFaceCameraMode(FaceCameraMode mode)
|
|
- void SetFaceCameraMode(FaceCameraMode mode)
|
|
|
- void SetAnimationLodBias(float bias)
|
|
- void SetAnimationLodBias(float bias)
|
|
|
- void Commit()
|
|
- void Commit()
|
|
@@ -611,6 +611,7 @@ Methods:
|
|
|
- bool IsRelative() const
|
|
- bool IsRelative() const
|
|
|
- bool IsScaled() const
|
|
- bool IsScaled() const
|
|
|
- bool IsSorted() const
|
|
- bool IsSorted() const
|
|
|
|
|
+- bool IsFixedScreenSize() const
|
|
|
- FaceCameraMode GetFaceCameraMode() const
|
|
- FaceCameraMode GetFaceCameraMode() const
|
|
|
- float GetAnimationLodBias() const
|
|
- float GetAnimationLodBias() const
|
|
|
|
|
|
|
@@ -621,6 +622,7 @@ Properties:
|
|
|
- bool relative
|
|
- bool relative
|
|
|
- bool scaled
|
|
- bool scaled
|
|
|
- bool sorted
|
|
- bool sorted
|
|
|
|
|
+- bool fixedScreenSize
|
|
|
- FaceCameraMode faceCameraMode
|
|
- FaceCameraMode faceCameraMode
|
|
|
- float animationLodBias
|
|
- float animationLodBias
|
|
|
|
|
|
|
@@ -4185,6 +4187,7 @@ Methods:
|
|
|
- void SetRelative(bool enable)
|
|
- void SetRelative(bool enable)
|
|
|
- void SetScaled(bool enable)
|
|
- void SetScaled(bool enable)
|
|
|
- void SetSorted(bool enable)
|
|
- void SetSorted(bool enable)
|
|
|
|
|
+- void SetFixedScreenSize(bool enable)
|
|
|
- void SetAnimationLodBias(float lodBias)
|
|
- void SetAnimationLodBias(float lodBias)
|
|
|
- void SetEmitterType(EmitterType type)
|
|
- void SetEmitterType(EmitterType type)
|
|
|
- void SetEmitterSize(const Vector3& size)
|
|
- void SetEmitterSize(const Vector3& size)
|
|
@@ -4226,6 +4229,7 @@ Methods:
|
|
|
- bool IsRelative() const
|
|
- bool IsRelative() const
|
|
|
- bool IsScaled() const
|
|
- bool IsScaled() const
|
|
|
- bool IsSorted() const
|
|
- bool IsSorted() const
|
|
|
|
|
+- bool IsFixedScreenSize() const
|
|
|
- float GetAnimationLodBias() const
|
|
- float GetAnimationLodBias() const
|
|
|
- EmitterType GetEmitterType() const
|
|
- EmitterType GetEmitterType() const
|
|
|
- const Vector3& GetEmitterSize() const
|
|
- const Vector3& GetEmitterSize() const
|
|
@@ -4262,6 +4266,7 @@ Properties:
|
|
|
- bool relative
|
|
- bool relative
|
|
|
- bool scaled
|
|
- bool scaled
|
|
|
- bool sorted
|
|
- bool sorted
|
|
|
|
|
+- bool fixedScreenSize
|
|
|
- float animationLodBias
|
|
- float animationLodBias
|
|
|
- EmitterType emitterType
|
|
- EmitterType emitterType
|
|
|
- const Vector3& emitterSize
|
|
- const Vector3& emitterSize
|