类 ParticleGraphics.Particle

  • 封闭类:
    ParticleGraphics

    public static class ParticleGraphics.Particle
    extends java.lang.Object
    Inner Particle class
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      float[] rgba  
      float x  
      float y  
      float z  
    • 构造器概要

      构造器 
      构造器 说明
      Particle()  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • x

        public float x
      • y

        public float y
      • z

        public float z
      • rgba

        public float[] rgba
    • 构造器详细资料

      • Particle

        public Particle()