Class AgiNodeStkMetadata

AgiNodeStkMetadata class

glTF Extension for an individual node in a glTF model, to associate it with the model’s root AGI_stk_metadata object.

public sealed class AgiNodeStkMetadata : ExtraProperties

Properties

NameDescription
Extensions { get; }Gets a collection of JsonSerializable instances.
Extras { get; set; }Gets or sets the extras content of this instance.
NoObscuration { get; set; }
SolarPanelGroupName { get; set; }

Methods

NameDescription
GetExtension<T>()
RemoveExtensions<T>()
RemoveExtensions<T>(T)
SetExtension<T>(T)
UseExtension<T>()

See Also