Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
LeopotamGroup
Common
MonoBehaviourBase
C# Class LeopotamGroup.Common.MonoBehaviourBase
Replacement for MonoBehaviour class with transform caching.
Inheritance:
UnityEngine.MonoBehaviour
Show file
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 property
Internal cached transform. Dont be fool to overwrite it, no protection for additional 2x performance boost.
protected
Transform,UnityEngine
_cachedTransform
return
UnityEngine.Transform