Click or drag to resize
Ab4d.SharpEngine logo

LineBaseMaterial Methods

The LineBaseMaterial type exposes the following members.

Methods
 NameDescription
Public methodGetDetailsText GetDetailsText adds string that writes details about this Material into the specified StringBuilder.
(Overrides MaterialGetDetailsText(StringBuilder, Boolean, Boolean, Boolean))
Protected methodOnInitializeSceneResources Initializes resources with the specified Scene and GpuDevice. This method can be overriden and is called from InitializeSceneResources(Scene) method.
(Overrides MaterialOnInitializeSceneResources(Scene, VulkanDevice))
Public methodUpdate Update method is called before every rendering and updates the graphics buffers and states objects based on the current value of properties in this Material.
(Overrides MaterialUpdate)
Top
See Also