Skip to content

h3d.mat.Material

h3d.mat.Material

Inherits from: h3d.mat.BaseMaterial

Fields

NameType
mshaderh3d.shader.BaseMesh
castShadowsBool
receiveShadowsBool
staticShadowsBool
textureShaderh3d.shader.Texture
blendModeh2d.BlendMode

Protos

  • f@30804 set_castShadows(h3d.mat.Material, Bool) → Bool
  • f@30805 set_receiveShadows(h3d.mat.Material, Bool) → Bool
  • f@30806 set_blendMode(h3d.mat.Material, h2d.BlendMode) → h2d.BlendMode
  • f@30807 set_texture(h3d.mat.Material, h3d.mat.Texture) → h3d.mat.Texture
  • f@30808 getDefaultProps(h3d.mat.Material, String) → Dyn
  • f@30809 refreshProps(h3d.mat.Material) → Void

Bindings

  • static f@30803 __constructor__(h3d.mat.Material, h3d.mat.Texture) → Void