Click or drag to resize

ConsoleUI Class

UI hookup for the Console.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          KitConsoleUI

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class ConsoleUI : MonoBehaviour
Request Example View Source

The ConsoleUI type exposes the following members.

Fields
  NameDescription
Public fieldAnimator
Animator to use for show/hide animations.
Public fieldCommandInput
The command input-field.
Public fieldLogScroll
ScrollRect for the console log.
Public fieldLogText
The text-box for the console log.
Top
Extension Methods
  NameDescription
Public Extension MethodDestroy
Destroy the object.
(Defined by UnityObjectExtensions.)
Public Extension MethodDisable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodEnable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodGetBounds

Returns the bounds of the Component.

(Defined by ComponentExtensions.)
Public Extension MethodIsPrefab
Returns whether the Component is a part of a prefab.
(Defined by ComponentExtensions.)
Top
See Also

Reference