public class Model extends Object implements IManager.IModel
| Modifier and Type | Field and Description |
|---|---|
List<Bone> |
bones |
Description |
description |
| Constructor and Description |
|---|
Model(Description description,
List<Bone> bones) |
| Modifier and Type | Method and Description |
|---|---|
List<Bone> |
getBones() |
Description |
getDescription() |
public Description description
public Model(Description description, List<Bone> bones)
public Description getDescription()
Copyright © 2022. All rights reserved.