C# 클래스 LeopotamGroup.Common.MonoBehaviourBase

Replacement for MonoBehaviour class with transform caching.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: Leopotam/LeopotamGroupLibraryUnity

보호된 프로퍼티들

프로퍼티 타입 설명
_cachedTransform UnityEngine.Transform

보호된 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

Awake() 보호된 메소드

protected Awake ( ) : void
리턴 void

프로퍼티 상세

_cachedTransform 보호되어 있는 프로퍼티

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