InitialNodeProperties¶
Type Alias InitialNodeProperties
InitialNodeProperties: {
appearanceURI?: string | null;
attachmentId?: number;
auxEnabled?: boolean;
comparisonGroup?: ComparisonGroup;
customProperties?: { [customPropertyName: string]: Serializable };
enabled?: boolean;
ghosted?: boolean;
localTransform?: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];
outlined?: boolean;
pickable?: boolean;
real?: boolean;
realOccluder?: boolean;
renderMode?: RenderMode;
}
appearanceURI?: string | null;
attachmentId?: number;
auxEnabled?: boolean;
comparisonGroup?: ComparisonGroup;
customProperties?: { [customPropertyName: string]: Serializable };
enabled?: boolean;
ghosted?: boolean;
localTransform?: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
];
outlined?: boolean;
pickable?: boolean;
real?: boolean;
realOccluder?: boolean;
renderMode?: RenderMode;
}
Type declaration
Optional
appearanceURI?: string | nullOptional
attachmentId?: numberSpecifies the initial attachmentId of the added Node.
Optional
auxEnabled?: booleanSpecifies the initial aux enabled state of the added Node. default false
Optional
comparisonGroup?: ComparisonGroupSpecifies the initial comparison of the added Node.
Optional
customProperties?: { [customPropertyName: string]: Serializable }Specifies the initial custom property states of the added Node.
Optional
enabled?: booleanSpecifies the initial enabled state of the added Node. default false
Optional
ghosted?: booleanSpecifies the initial ghosted state of the added Node.
Optional
localTransform?: [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
]Specifies the initial local transform of the added Node. default [1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1]
Optional
outlined?: booleanSpecifies the initial outlined state of the added Node.
Optional
pickable?: booleanSpecifies the initial pickable state of the added Node.
Optional
real?: booleanSpecifies the initial real state of the added Node.
Optional
realOccluder?: booleanSpecifies the initial real occluder state of the added Node.
Optional
renderMode?: RenderModeSpecifies the initial render mode of the added Node.
Specifies the initial appearance URI of the added Node.