|
Unravel Engine C++ Reference
|
This is the complete list of members for unravel::pbr_material, including all inherited members.
| as_derived() -> entt::meta_any | crtp_meta_type< pbr_material, material > | inlinevirtual |
| clone() const -> std::shared_ptr< material > override | unravel::pbr_material | |
| get_alpha_test_value() const -> float | unravel::pbr_material | inline |
| get_ao_map() const -> const asset_handle< gfx::texture > & | unravel::pbr_material | inline |
| get_base_color() const -> const math::color & | unravel::pbr_material | inline |
| get_bumpiness() const -> float | unravel::pbr_material | inline |
| get_color_map() const -> const asset_handle< gfx::texture > & | unravel::pbr_material | inline |
| get_dither_threshold() const -> const math::vec2 & | unravel::pbr_material | inline |
| get_emissive_color() const -> const math::color & | unravel::pbr_material | inline |
| get_emissive_map() const -> const asset_handle< gfx::texture > & | unravel::pbr_material | inline |
| get_meta_type() const -> entt::meta_type | crtp_meta_type< pbr_material, material > | inlinevirtual |
| get_metalness() const -> float | unravel::pbr_material | inline |
| get_metalness_map() const -> const asset_handle< gfx::texture > & | unravel::pbr_material | inline |
| get_normal_map() const -> const asset_handle< gfx::texture > & | unravel::pbr_material | inline |
| get_roughness() const -> float | unravel::pbr_material | inline |
| get_roughness_map() const -> const asset_handle< gfx::texture > & | unravel::pbr_material | inline |
| get_static_meta_type() -> entt::meta_type | crtp_meta_type< pbr_material, material > | inlinestatic |
| get_subsurface_color() const -> const math::color & | unravel::pbr_material | inline |
| get_surface_data() const -> const math::vec4 & | unravel::pbr_material | inline |
| get_surface_data2() const -> math::vec4 | unravel::pbr_material | inline |
| get_tiling() const -> const math::vec2 & | unravel::pbr_material | inline |
| is() const -> bool | crtp_meta_type< pbr_material, material > | inline |
| is(const entt::meta_type &type) const -> bool | crtp_meta_type< pbr_material, material > | inline |
| metalness_roughness_combined() const -> bool | unravel::pbr_material | inline |
| set_alpha_test_value(float alpha_test_value) | unravel::pbr_material | inline |
| set_ao_map(const asset_handle< gfx::texture > &val) | unravel::pbr_material | inline |
| set_base_color(const math::color &val) | unravel::pbr_material | inline |
| set_bumpiness(float bumpiness) | unravel::pbr_material | inline |
| set_color_map(const asset_handle< gfx::texture > &val) | unravel::pbr_material | inline |
| set_dither_threshold(const math::vec2 &threshold) | unravel::pbr_material | inline |
| set_emissive_color(const math::color &val) | unravel::pbr_material | inline |
| set_emissive_map(const asset_handle< gfx::texture > &val) | unravel::pbr_material | inline |
| set_metalness(float metalness) | unravel::pbr_material | inline |
| set_metalness_map(const asset_handle< gfx::texture > &val) | unravel::pbr_material | inline |
| set_normal_map(const asset_handle< gfx::texture > &val) | unravel::pbr_material | inline |
| set_roughness(float roughness) | unravel::pbr_material | inline |
| set_roughness_map(const asset_handle< gfx::texture > &val) | unravel::pbr_material | inline |
| set_subsurface_color(const math::color &val) | unravel::pbr_material | inline |
| set_tiling(const math::vec2 &tiling) | unravel::pbr_material | inline |