EntityRendererKey
Overview
EntityRendererKey is a class in Aspose.3D FOSS for Java.
EntityRendererKey.EntityRendererKey creates a key with the specified rendering features and name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
features | EntityRendererFeatures | Read | Holds the EntityRendererFeatures defining rendering options |
name | String | Read | Holds the string identifier for this renderer key |
Methods
| Signature | Description |
|---|---|
EntityRendererKey(features: EntityRendererFeatures, name: String) | Creates a key with the specified rendering features and name |
getFeatures() → EntityRendererFeatures | Returns the EntityRendererFeatures associated with this key |
getName() → String | Returns the name identifier of this renderer key |