Share

e2f_layer

C++

struct e2f_layer {
  char id;
  short layernamelen;
  ACHAR * lname;
};

File

scene.h

Members

Members Description
id Record type
layernamelen Length of layer name
lname Layer name

Description

Layer record

Was this information helpful?