Class LayerData
Constructors
(constructor)(layerObject, forService)
Constructs a new instance of the LayerData class
Declaration
constructor(layerObject?: Layer, forService?: boolean);
Parameters
| Type |
Name |
Description |
| Layer |
layerObject |
|
| boolean |
forService |
|
Properties
ID
Declaration
Property Value
L
Declaration
Property Value
N
Declaration
Property Value
PreviewColor
Declaration
Property Value
R
Declaration
Property Value
RenderingType
Declaration
RenderingType: RenderingType;
Property Value
TextureSourceHeight
Declaration
TextureSourceHeight: number;
Property Value
TextureSourceWidth
Declaration
TextureSourceWidth: number;
Property Value
TextureStorageId
Declaration
TextureStorageId: string;
Property Value
V
Declaration
Property Value
VO
Declaration
VO: {
T: string;
D: any;
}[];
Property Value
| Type |
Description |
| {
T: string;
D: any;
}[] |
|
Methods
applyState(layerData, layerObject, objectsHash)
Declaration
static applyState(layerData: LayerData, layerObject: Layer, objectsHash?: {
[voId: string]: ItemHandler;
}): void;
Parameters
Returns