Table of Contents

Class GltfAccessor

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll
public class GltfAccessor : GltfIdObject
Inheritance
GltfAccessor
Inherited Members

Constructors

GltfAccessor(GltfDocument)

public GltfAccessor(GltfDocument document)

Parameters

document GltfDocument

Properties

BufferView

public GltfBufferView? BufferView { get; set; }

Property Value

GltfBufferView

ByteOffset

public long ByteOffset { get; set; }

Property Value

long

ComponentType

public GltfComponentType ComponentType { get; set; }

Property Value

GltfComponentType

Count

public int Count { get; set; }

Property Value

int

Kind

public override GltfObjectKind Kind { get; }

Property Value

GltfObjectKind

Max

public float[]? Max { get; set; }

Property Value

float[]

Min

public float[]? Min { get; set; }

Property Value

float[]

Name

public string? Name { get; set; }

Property Value

string

Normalized

public bool Normalized { get; set; }

Property Value

bool

Sparse

public object? Sparse { get; set; }

Property Value

object

Type

public GltfAccessorType Type { get; set; }

Property Value

GltfAccessorType