EmbeddedMatMR
Complete API reference for EmbeddedMatMR, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Rendering
Component: yes
public class EmbeddedMatMR extends Component
Constructors
| Signature | Description |
|---|---|
EmbeddedMatMR(EmbeddedMatMR) | Creates a new instance of EmbeddedMatMR. |
EmbeddedMatMR() | Creates a new instance of EmbeddedMatMR. |
EmbeddedMatMR(Vertex) | Creates a new instance of EmbeddedMatMR. |
Attributes
| Name | Type | Description |
|---|---|---|
456 | int CUBE = | Represents the 456 value stored on this instance. Read or assign to update the property. |
457 | int SPHERE = | Represents the 457 value stored on this instance. Read or assign to update the property. |
458 | int CONE = | Represents the 458 value stored on this instance. Read or assign to update the property. |
459 | int CYLINDER = | Represents the 459 value stored on this instance. Read or assign to update the property. |
460 | int CIRCLE = | Represents the 460 value stored on this instance. Read or assign to update the property. |
461 | int TORUS = | Represents the 461 value stored on this instance. Read or assign to update the property. |
462 | int SQUARE = | Represents the 462 value stored on this instance. Read or assign to update the property. |
463 | int SQUARE90 = | Represents the 463 value stored on this instance. Read or assign to update the property. |
component | EmbeddedMatMR | Represents the component value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
castShadowEnabled | boolean | get/set | Returns whether cast shadow enabled is enabled. |
enableOutline | boolean | get/set | Returns whether enable outline is enabled. |
material | Material | get/set | Returns the current material. |
outlineColor | Color | get/set | Returns the current outline color. |
outlineScale | float | set | Sets or updates the outline scale. |
renderMatrix | float[] | get/set | Returns the current render matrix. |
vertex | Vertex | get/set | Returns the current vertex. |
Methods
| Signature | Returns | Description |
|---|---|---|
setModelFile(VertexFile) | void | Sets or updates the model file. |
setMaterialFile(MaterialFile) | void | Sets or updates the material file. |
attachPrimitive(int) | void | Executes attachPrimitive and returns after the underlying engine call finishes. |
getOutlineScale() | float | Returns the current outline scale. |
componentClassMatch(Component, Component) | boolean | Executes componentClassMatch and returns after the underlying engine call finishes. |
getEngineComponent() | Component | Returns the current engine component. |