GameObject.refreshComponent

Refresh the component of the given type.

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

Parameters

componentName
Type: string

The type of teh component to refresh.

desc
Type: Component.Description

The new description of the component.

Meta