ProtoDeclaration
A PROTO declaration is represented by the ProtoDeclaration host object. The user cannot create instances of this object. This object can only be fetched using the ExecutionContext object.
Properties
Type | Property | Description | Standard |
---|---|---|---|
String | name | The declared name of this proto.
| X3D3.0 |
FieldDefinitionArray | fields | The list of all the fields defined for this proto.
| X3D3.0 |
bool | isExternProto | Always has the value of false.
| X3D3.0 |
Functions
Return type | Function | Description | Standard |
---|