Interface IUpdatable<T>

All Known Implementing Classes:
AtmosphereComponent, CloudComponent, MaterialComponent, ModelComponent, RotationComponent

public interface IUpdatable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    updateWith(T object)
     
  • Method Details

    • updateWith

      void updateWith(T object)