GameObject.refreshComponent

Refresh the component of the given type.

  1. void refreshComponent(ClassInfo componentType, Component.Description desc)
    class GameObject
    final
    void
    refreshComponent
    (
    ClassInfo componentType
    ,
    Component.Description desc
    )
  2. void refreshComponent(Component.Description desc)
  3. void refreshComponent(string componentName, Component.Description desc)

Parameters

componentType
Type: ClassInfo

The type of teh component to refresh.

desc
Type: Component.Description

The new description of the component.

Meta