simplex3d.engine.graphics

Primitive

final class Primitive extends ReadPrimitive with graphics.prototype.Struct

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

Instance Constructors

  1. new Primitive()

Type Members

  1. type Mutable = Primitive

    Definition Classes
    ReadPrimitiveReadStructReadStruct → Protected
  2. type Read = ReadPrimitive

    Definition Classes
    ReadPrimitiveReadStructReadStruct → Protected

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

    Definition Classes
    Struct
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. val faceCulling: EnumRef[FaceCulling.type]

    Definition Classes
    PrimitiveReadPrimitive
  13. def fieldNames: ReadArray[String]

    Definition Classes
    StructStruct
  14. def fields: ReadArray[UncheckedRef]

    Definition Classes
    StructStruct
  15. def finalize(): Unit

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

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

    Definition Classes
    Struct
  18. def getUnsizedListKeys(): Array[ListNameKey]

    Definition Classes
    Struct
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def init(clazz: Class[_]): Unit

    Attributes
    protected
    Definition Classes
    Struct
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val lineWidth: DoubleRef

    Definition Classes
    PrimitiveReadPrimitive
  23. def mkMutable(): Primitive

    Attributes
    protected
    Definition Classes
    PrimitiveStruct
  24. val mode: EnumRef[VertexMode.type]

    Definition Classes
    PrimitiveReadPrimitive
  25. def mutableCopy: Mutable

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

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

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

    Definition Classes
    AnyRef
  29. val pointSize: DoubleRef

    Definition Classes
    PrimitiveReadPrimitive
  30. val pointSpriteSize: DoubleRef

    Definition Classes
    PrimitiveReadPrimitive
  31. def registerPropertyContext(context: PropertyContext): Unit

    Attributes
    protected
    Definition Classes
    StructPropertyContextDependent
  32. final def resolve[T](path: String): T

    Definition Classes
    Struct
  33. def samplerRemapping(path: String, remapping: HashMap[String, String]): Unit

    Definition Classes
    Struct
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def unregisterPropertyContext(): Unit

    Attributes
    protected
    Definition Classes
    StructPropertyContextDependent
  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from prototype.Struct

Inherited from Struct

Inherited from Accessible

Inherited from scala.Mutable

Inherited from ReadPrimitive

Inherited from prototype.ReadStruct

Inherited from ReadStruct

Inherited from PropertyContextDependent

Inherited from Binding

Inherited from Protected

Inherited from AnyRef

Inherited from Any

Ungrouped