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.

This class provides 3 methods for working with EntityRendererKey objects in Java programs. Available methods include: EntityRendererKey, getFeatures, getName. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: features, name.

Description

EntityRendererKey is a class in the Aspose.3D FOSS library for Java that exposes 2 methods and 2 properties for programmatic use.

Core capabilities include: entityrendererfeatures; string. These operations enable developers to integrate entityrendererkey functionality directly into Java applications.

The class also provides the features property (gets the features), the name property (gets the name).

Instances are created through a single constructor that initializes the object with default values.

Properties

NameTypeAccessDescription
featuresEntityRendererFeaturesReadGets the features.
nameStringReadGets the name.

Methods

SignatureDescription
EntityRendererKey(features: EntityRendererFeatures, name: String)Creates a key with the specified rendering features and name
getFeatures()EntityRendererFeaturesReturns the features.
getName()StringReturns the name.

See Also