INamedObject
General
INamedObject és una interfície en Aspose.3d per a Java.
INamedObject.getName torna el nom actual de l’objecte.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
name | String | Read | Holds the object’s name as a string |
Mètodes
| Signature | Description |
|---|---|
getName() → String | Returns the current name of the object |
setName(name: String) | Assigns the given string as the object’s name |