com.jme3.shader
クラス Attribute

java.lang.Object
  上位を拡張 com.jme3.shader.ShaderVariable
      上位を拡張 com.jme3.shader.Attribute
すべての実装されたインタフェース:
Savable

public class Attribute
extends ShaderVariable

An attribute is a shader variable mapping to a VertexBuffer data on the CPU.


コンストラクタの概要
Attribute()
           
 
メソッドの概要
 
クラス com.jme3.shader.ShaderVariable から継承されたメソッド
getLocation, getName, read, setLocation, setName, write
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Attribute

public Attribute()