Line | |
The LineBaseMaterial type exposes the following members.
| Name | Description | |
|---|---|---|
| GetDetailsText |
GetDetailsText adds string that writes details about this Material into the specified StringBuilder.
(Overrides MaterialGetDetailsText(StringBuilder, Boolean, Boolean, Boolean)) | |
| OnInitializeSceneResources |
Initializes resources with the specified Scene and GpuDevice.
This method can be overriden and is called from InitializeSceneResources(Scene) method.
(Overrides MaterialOnInitializeSceneResources(Scene, VulkanDevice)) | |
| Update |
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) |