Interface IGetComponentAttribute
이 네임스페이스의 Root Base Class
목표는 GetComponentAttributeSetter가 의 변수/프로퍼티를 이 Attribute를 통해 할당하는 것입니다.
Assembly: KorStrix.GetComponentAttribute.Runtime.dll
Syntax
public interface IGetComponentAttribute
Properties
|
Improve this Doc
View Source
bIsPrint_OnNotFound_GetComponent
Declaration
bool bIsPrint_OnNotFound_GetComponent { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetComponent(MonoBehaviour, Type)
Declaration
object GetComponent(MonoBehaviour pMono, Type pElementType)
Parameters
Type |
Name |
Description |
MonoBehaviour |
pMono |
|
Type |
pElementType |
|
Returns