DrawingPlaneProperties¶
Interface DrawingPlaneProperties
interface DrawingPlaneProperties {
enabled?: boolean;
invisible?: boolean;
name?: string;
normal?: Vector3;
position?: Vector3;
tangent?: Vector3;
}
enabled?: boolean;
invisible?: boolean;
name?: string;
normal?: Vector3;
position?: Vector3;
tangent?: Vector3;
}
Properties
Optionalenabled
enabled?: boolean
Optionalinvisible
invisible?: boolean
The invisible state of the DrawingPlane.
Optionalname
name?: string
The name of the DrawingPlane.
Optionalnormal
The normal vector of the DrawingPlane.
Optionalposition
The position of the DrawingPlane.
Optionaltangent
The tangent vector of the DrawingPlane.
Was this page helpful? Please leave a thumbs up or down.
The enabled state of the DrawingPlane.