InitialNodeProperties¶
Interface InitialNodeProperties
appearanceURI?: string;
attachmentId?: number;
auxEnabled?: boolean;
comparisonGroup?: ComparisonGroup;
customProperties?: { [customPropertyName: string]: Serializable };
enabled?: boolean;
ghosted?: boolean;
hidden?: 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;
}
Properties
OptionalappearanceURI
Specifies the initial appearance URI of the added node.
Optionalattachment Id
Specifies the initial attachment ID of the added node.
Optionalaux Enabled
Specifies the initial aux enabled state of the added node.
Optionalcomparison Group
Specifies the initial comparison of the added node.
Optionalcustom Properties
Specifies the initial custom property states of the added node.
Optionalenabled
Specifies the initial enabled state of the added node.
Optionalghosted
Specifies the initial ghosted state of the added node.
Optionalhidden
Specifies the initial hidden state of the added node.
Optionallocal Transform
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.
Optionaloutlined
Specifies the initial outlined state of the added node.
Optionalpickable
Specifies the initial pickable state of the added node.
Optionalreal
Specifies the initial real state of the added node.
Optionalreal Occluder
Specifies the initial real occluder state of the added node.
Optionalrender Mode
Specifies the initial render mode of the added node.
Defines initial properties of a new node. These become the default values for the new node, i.e. InstanceGraphAPI.resetProperty and InstanceGraphAPI.resetProperties will reset to these values.
See
InstanceGraphAPI.add