com.supermap.ar.areffect.gltfModel
Class Animations
- java.lang.Object
-
- com.supermap.ar.areffect.gltfModel.Animations
-
public class Animations extends java.lang.Object
Animation set of Gltf models
-
-
Constructor Summary
Constructors Constructor and Description Animations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.util.List<Channels>
getChannels()
Gets channelsjava.lang.String
getName()
Gets the namejava.util.List<Samplers>
getSamplers()
Gets samplersvoid
setChannels(java.util.List<Channels> channels)
Sets channelsvoid
setName(java.lang.String name)
Sets a namevoid
setSamplers(java.util.List<Samplers> samplers)
Sets samplers
-
-
-
Method Detail
-
setChannels
public void setChannels(java.util.List<Channels> channels)
Sets channels- Parameters:
channels
-
-
getChannels
public java.util.List<Channels> getChannels()
Gets channels- Returns:
-
setSamplers
public void setSamplers(java.util.List<Samplers> samplers)
Sets samplers- Parameters:
samplers
-
-
getSamplers
public java.util.List<Samplers> getSamplers()
Gets samplers- Returns:
-
setName
public void setName(java.lang.String name)
Sets a name- Parameters:
name
-
-
getName
public java.lang.String getName()
Gets the name- Returns:
-
-