Show / Hide Table of Contents

Interface IInteractable

Namespace: ShadowBox.Interactions
Assembly: cs.temp.dll.dll
Syntax
public interface IInteractable

Methods

GetProp()

Declaration
Prop GetProp()
Returns
Type Description
Prop

GetPropName()

Declaration
string GetPropName()
Returns
Type Description
System.String

GetPropType()

Declaration
InteractableType GetPropType()
Returns
Type Description
InteractableType

SetProp(IProp)

Declaration
void SetProp(IProp target)
Parameters
Type Name Description
IProp target

SetPropName(String)

Declaration
void SetPropName(string name)
Parameters
Type Name Description
System.String name

UpdateActionDescription()

Declaration
void UpdateActionDescription()

Use()

Declaration
void Use()
Back to top Generated by DocFX