Interface UDMFDoomSidedefAttributes
- All Known Subinterfaces:
UDMFZDoomSidedefAttributes
public interface UDMFDoomSidedefAttributes
Contains sidedef attributes for Doom namespaces.
- Since:
- 2.9.0
- Author:
- Matthew Tropiano
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Object comment.static final String
Sidedef base texture offset X.static final String
Sidedef base texture offset Y.static final String
Sidedef sector reference.static final String
Sidedef bottom texture.static final String
Sidedef middle texture.static final String
Sidedef top texture.
-
Field Details
-
ATTRIB_OFFSET_X
Sidedef base texture offset X.- See Also:
-
ATTRIB_OFFSET_Y
Sidedef base texture offset Y.- See Also:
-
ATTRIB_TEXTURE_TOP
Sidedef top texture.- See Also:
-
ATTRIB_TEXTURE_BOTTOM
Sidedef bottom texture.- See Also:
-
ATTRIB_TEXTURE_MIDDLE
Sidedef middle texture.- See Also:
-
ATTRIB_SECTOR_INDEX
Sidedef sector reference.- See Also:
-
ATTRIB_COMMENT
Object comment.- See Also:
-