EntityRendererKey

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

NameTypeAccessDescription
featuresEntityRendererFeaturesReadHolds the EntityRendererFeatures defining rendering options
nameStringReadHolds the string identifier for this renderer key

Methods

SignatureDescription
EntityRendererKey(features: EntityRendererFeatures, name: String)Creates a key with the specified rendering features and name
getFeatures()EntityRendererFeaturesReturns the EntityRendererFeatures associated with this key
getName()StringReturns the name identifier of this renderer key

See Also