ExternProtoDeclaration
An EXTERNPROTO declaration is represented by the ExternProtoDeclaration host object. The user cannot create instances of this object. EXTERNPROTO declarations 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 |
MFString | urls | The list of all the URIs defined for this proto.
| X3D3.0 |
bool | isExternProto | Always has the value of true.
| X3D3.0 |
numeric | loadState | The value is one of the _STATE properties defined in the X3DConstants object.
| X3D3.0 |
Functions
Return type | Function | Description | Standard |
---|