simplex3d.engine.graphics

Struct

trait Struct extends ReadStruct with Accessible

All Struct subclasses must define a no-argument constructor.

Linear Supertypes
Accessible, scala.Mutable, ReadStruct, PropertyContextDependent, Binding, Protected, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Struct
  2. Accessible
  3. Mutable
  4. ReadStruct
  5. PropertyContextDependent
  6. Binding
  7. Protected
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Mutable <: Struct

    Definition Classes
    ReadStruct → Protected
  2. abstract type Read <: ReadStruct

    Definition Classes
    ReadStruct → Protected

Abstract Value Members

  1. abstract def fieldNames: ReadArray[String]

  2. abstract def fields: ReadArray[UncheckedRef]

  3. abstract def mkMutable(): Mutable

    Attributes
    protected
  4. abstract def registerPropertyContext(context: PropertyContext): Unit

    Attributes
    protected
    Definition Classes
    PropertyContextDependent
  5. abstract def unregisterPropertyContext(): Unit

    Attributes
    protected
    Definition Classes
    PropertyContextDependent

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def :=(r: Read): Unit

    Definition Classes
    Struct → Accessible
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def collectKeys(path: String, lists: HashMap[ListNameKey, Integer], enums: HashMap[String, AnyRef]): Unit

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getSizeKeys(): Array[ListSizeKey]

  15. def getUnsizedListKeys(): Array[ListNameKey]

  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def mutableCopy: Mutable

    Definition Classes
    Struct → Protected
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. final def resolve[T](path: String): T

  23. def samplerRemapping(path: String, remapping: HashMap[String, String]): Unit

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Accessible

Inherited from scala.Mutable

Inherited from ReadStruct

Inherited from PropertyContextDependent

Inherited from Binding

Inherited from Protected

Inherited from AnyRef

Inherited from Any

Ungrouped