|
|
@@ -2877,6 +2877,7 @@ Methods:
|
|
|
- void SetUVTransform(const Vector2& offset, float rotation, float repeat)
|
|
|
- void SetCullMode(CullMode mode)
|
|
|
- void SetShadowCullMode(CullMode mode)
|
|
|
+- void SetFillMode(FillMode mode)
|
|
|
- void SetDepthBias(const BiasParameters& parameters)
|
|
|
- void SetScene(Scene* scene)
|
|
|
- void RemoveShaderParameter(const String name)
|
|
|
@@ -2893,6 +2894,7 @@ Methods:
|
|
|
- float GetShaderParameterAnimationSpeed(const String name) const
|
|
|
- CullMode GetCullMode() const
|
|
|
- CullMode GetShadowCullMode() const
|
|
|
+- FillMode GetFillMode() const
|
|
|
- const BiasParameters& GetDepthBias() const
|
|
|
- bool GetOcclusion() const
|
|
|
- bool GetSpecular() const
|
|
|
@@ -2902,6 +2904,7 @@ Properties:
|
|
|
|
|
|
- CullMode cullMode (readonly)
|
|
|
- CullMode shadowCullMode (readonly)
|
|
|
+- FillMode fillMode (readonly)
|
|
|
- bool occlusion (readonly)
|
|
|
- bool specular (readonly)
|
|
|
- Scene* scene
|