Interface RSSceneObject

All Superinterfaces:
RSDoublyLinkedNode, RSEntity, RSNode, RSProvider
All Known Subinterfaces:
RSBoundary, RSBoundaryDecor, RSEntityMarker, RSTileDecor

public interface RSSceneObject extends RSEntity
  • Method Details

    • getEntity

      RSEntity getEntity()
    • getUid

      long getUid()
    • getDynamic

      default RSDynamicObject getDynamic()
    • getRealOrientation

      default int getRealOrientation()
    • getLinkedOrientation

      default int getLinkedOrientation()
    • getSceneX

      default int getSceneX()
    • getSceneY

      default int getSceneY()
    • getId

      default int getId()
    • getType

      default int getType()
    • getConfig

      default int getConfig()
    • getLinkedEntity

      default RSEntity getLinkedEntity()
    • getHeight

      default int getHeight()
      Specified by:
      getHeight in interface RSEntity
    • getModel

      default RSModel getModel()
      Specified by:
      getModel in interface RSEntity
    • getModels

      default List<RSModel> getModels()
      Specified by:
      getModels in interface RSEntity