Table of Contents

Class CommitContext

Namespace
nadena.dev.ndmf.animator
public sealed class CommitContext
Inheritance
CommitContext
Inherited Members

Constructors

CommitContext(IPlatformAnimatorBindings)

public CommitContext(IPlatformAnimatorBindings platform)

Parameters

platform IPlatformAnimatorBindings

Properties

ActiveInnateLayerKey

public object? ActiveInnateLayerKey { get; }

Property Value

object

Methods

DestroyAllImmediate()

Destroys all objects committed in this context. Primarily intended for test cleanup.

public void DestroyAllImmediate()

VirtualToPhysicalLayerIndex(int)

public int VirtualToPhysicalLayerIndex(int index)

Parameters

index int

Returns

int