C# Class LeopotamGroup.Common.MonoBehaviourBase

Replacement for MonoBehaviour class with transform caching.
Inheritance: UnityEngine.MonoBehaviour
ファイルを表示 Open project: Leopotam/LeopotamGroupLibraryUnity

Protected Properties

Property Type Description
_cachedTransform UnityEngine.Transform

Protected Methods

Method Description
Awake ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Property Details

_cachedTransform protected_oe property

Internal cached transform. Dont be fool to overwrite it, no protection for additional 2x performance boost.
protected Transform,UnityEngine _cachedTransform
return UnityEngine.Transform