C# Class LeopotamGroup.Common.MonoBehaviourBase

Replacement for MonoBehaviour class with transform caching.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Leopotam/LeopotamGroupLibraryUnity

Protected Properties

Свойство Type Description
_cachedTransform UnityEngine.Transform

Méthodes protégées

Méthode Description
Awake ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat 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
Résultat UnityEngine.Transform