C# Class GameFramework.AbstractScriptBehavior

Inheritance: UnityEngine.MonoBehaviour
显示文件 Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Protected Methods

Method Description
OnResourceEnabled ( bool _enabled ) : void

Method Details

OnResourceEnabled() protected abstract method

protected abstract OnResourceEnabled ( bool _enabled ) : void
_enabled bool
return void