Packages

t

it.unibo.osmos.redux.ecs.components

VectorComponent

trait VectorComponent extends Component

Base component with vector element

Linear Supertypes
Component, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VectorComponent
  2. Component
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(): Component

    Makes a defensive copy of this instance.

    Makes a defensive copy of this instance.

    returns

    The new instance.

    Definition Classes
    Component
  2. abstract def vector: Vector

    Return the vector element

    Return the vector element

    returns

    the vector

  3. abstract def vector_(vector: Vector): Unit

    Set the new vector element

    Set the new vector element

    vector

    new vector