Class InstanceBuilder

InstanceBuilder class

Represents an element within Instances

public sealed class InstanceBuilder

Properties

NameDescription
Content { get; set; }Gets or sets the content of this instance. It can be one of those types: - FixedTransformer - RigidTransformer - SkinnedTransformer
Extras { get; }Gets the custom data of this object.
Materials { get; }Gets the materials used by Content.
Name { get; }Gets the display text name of this object, or null.

Methods

NameDescription
Remove()Removes this instance from its parent SceneBuilder.
WithExtras(JsonContent)
WithName(string)

See Also