Table of Contents

Class ComponentApiExtensions

Namespace
LunyScript.Unity.Blocks
Assembly
LunyScript.Unity.dll
public static class ComponentApiExtensions
Inheritance
object
ComponentApiExtensions

Methods

Disable(ComponentApi, Type)

public static ScriptActionBlock Disable(this ComponentApi api, Type componentType)

Parameters

api ComponentApi
componentType Type

Returns

ScriptActionBlock

Enable(ComponentApi, Type)

public static ScriptActionBlock Enable(this ComponentApi api, Type componentType)

Parameters

api ComponentApi
componentType Type

Returns

ScriptActionBlock