Loading...
Searching...
No Matches
realvirtual.ObjectSelection Class Reference
class for highlighing objects in runtime (game mode) by changing materials and saving the original materials More...
Inheritance diagram for realvirtual.ObjectSelection:
Public Member Functions | |
| void | SetNewMaterial (Material material) |
| Sets the new highlight material. | |
| void | ResetMaterial () |
| Sets the original material. | |
Public Attributes | |
| List< Material > | OriginalMaterial |
| List of original materials. | |
Detailed Description
class for highlighing objects in runtime (game mode) by changing materials and saving the original materials
Member Function Documentation
◆ ResetMaterial()
| void realvirtual.ObjectSelection.ResetMaterial | ( | ) |
Sets the original material.
◆ SetNewMaterial()
| void realvirtual.ObjectSelection.SetNewMaterial | ( | Material | material | ) |
Sets the new highlight material.
Member Data Documentation
◆ OriginalMaterial
| List<Material> realvirtual.ObjectSelection.OriginalMaterial |
List of original materials.