IPluginSyncTApply(ActionT) Method

Gets exclusive access to the resource and applies the specified action to it.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
void Apply(
	Action<T> action
)

Parameters

action  ActionT
Action to apply. Receives the resource as argument.

See Also