Table of Contents

Struct GltfSmartId<T>

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll
public struct GltfSmartId<T> where T : GltfIdObject

Type Parameters

T
Inherited Members

Constructors

GltfSmartId(GltfIdList<T>)

public GltfSmartId(GltfIdList<T> list)

Parameters

list GltfIdList<T>

Properties

Id

public int Id { get; set; }

Property Value

int

IsSet

public bool IsSet { get; }

Property Value

bool

Value

public T Value { get; set; }

Property Value

T

Methods

Reset()

public void Reset()

Operators

implicit operator T(GltfSmartId<T>)

public static implicit operator T(GltfSmartId<T> id)

Parameters

id GltfSmartId<T>

Returns

T