Class AnimationChannel
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class AnimationChannel
Properties
AdditionalProperties
Additional properties on glTF JSON objects. Those properties may have been added by a new, unsupported version of the glTF specification. For extending glTF, please use extensions or extras instead.
Declaration
[JsonIgnore]
public ReadOnlyProperties AdditionalProperties { get; }
Property Value
| Type | Description |
|---|---|
| ReadOnlyProperties |
Extensions
JSON object with extension-specific objects.
Declaration
[JsonPropertyName("extensions")]
public AnimationChannelExtensions Extensions { get; set; }
Property Value
| Type | Description |
|---|---|
| AnimationChannelExtensions |
See Also
Extras
Application-specific data.
Declaration
[JsonPropertyName("extras")]
[JsonConverter(typeof(ExtrasConverter))]
public ExtrasContainer Extras { get; set; }
Property Value
| Type | Description |
|---|---|
| ExtrasContainer |
See Also
Sampler
The index of a sampler in this animation used to compute the value for the target, e.g., a node's translation, rotation, or scale (TRS).
Declaration
[JsonPropertyName("sampler")]
public int? Sampler { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Target
The index of the node and TRS property to target.
Declaration
[JsonPropertyName("target")]
public AnimationChannelTarget Target { get; set; }
Property Value
| Type | Description |
|---|---|
| AnimationChannelTarget |