Class SceneGraphNode.TLV3

  • Enclosing class:
    SceneGraphNode

    protected static class SceneGraphNode.TLV3
    extends java.lang.ThreadLocal<com.badlogic.gdx.math.Vector3>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TLV3()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.badlogic.gdx.math.Vector3 initialValue()  
      • Methods inherited from class java.lang.ThreadLocal

        get, remove, set, withInitial
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TLV3

        protected TLV3()
    • Method Detail

      • initialValue

        protected com.badlogic.gdx.math.Vector3 initialValue()
        Overrides:
        initialValue in class java.lang.ThreadLocal<com.badlogic.gdx.math.Vector3>