Table of Contents

Class ComponentApiExtensions

Namespace
LunyScript.Unity.Blocks
/
Assembly
LunyScript.Unity.dll
public static class ComponentApiExtensions
Expand Details ...
Inheritance
Object
ComponentApiExtensions

Methods

Disable(ComponentApi, Type)

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

Parameters

Type Name Description
ComponentApi
api
Type
componentType

Returns

ActionBlock

Enable(ComponentApi, Type)

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

Parameters

Type Name Description
ComponentApi
api
Type
componentType

Returns

ActionBlock