C# 클래스 UnityEngine.Component

상속: Object
파일 보기 프로젝트 열기: randomize/VimConfig 1 사용 예제들

공개 메소드들

메소드 설명
BroadcastMessage ( string methodName ) : void
BroadcastMessage ( string methodName, SendMessageOptions options ) : void
BroadcastMessage ( string methodName, System parameter ) : void
BroadcastMessage ( string methodName, System parameter, SendMessageOptions options ) : void
CompareTag ( string tag ) : bool
Component ( )
GetComponent ( Type type ) : Component
GetComponent ( string type ) : Component
GetComponent ( ) : T
GetComponentInChildren ( Type t ) : Component
GetComponentInChildren ( ) : T
GetComponents ( Type type ) : UnityEngine.Component[]
GetComponents ( ) : T[]
GetComponentsInChildren ( Type t ) : UnityEngine.Component[]
GetComponentsInChildren ( Type t, bool includeInactive ) : UnityEngine.Component[]
GetComponentsInChildren ( ) : T[]
GetComponentsInChildren ( bool includeInactive ) : T[]
SendMessage ( string methodName ) : void
SendMessage ( string methodName, SendMessageOptions options ) : void
SendMessage ( string methodName, System value ) : void
SendMessage ( string methodName, System value, SendMessageOptions options ) : void
SendMessageUpwards ( string methodName ) : void
SendMessageUpwards ( string methodName, SendMessageOptions options ) : void
SendMessageUpwards ( string methodName, System value ) : void
SendMessageUpwards ( string methodName, System value, SendMessageOptions options ) : void

비공개 메소드들

메소드 설명
GetComponentsWithCorrectReturnType ( Type type ) : UnityEngine.Component[]

메소드 상세

BroadcastMessage() 공개 메소드

public BroadcastMessage ( string methodName ) : void
methodName string
리턴 void

BroadcastMessage() 공개 메소드

public BroadcastMessage ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
리턴 void

BroadcastMessage() 공개 메소드

public BroadcastMessage ( string methodName, System parameter ) : void
methodName string
parameter System
리턴 void

BroadcastMessage() 공개 메소드

public BroadcastMessage ( string methodName, System parameter, SendMessageOptions options ) : void
methodName string
parameter System
options SendMessageOptions
리턴 void

CompareTag() 공개 메소드

public CompareTag ( string tag ) : bool
tag string
리턴 bool

Component() 공개 메소드

public Component ( )

GetComponent() 공개 메소드

public GetComponent ( Type type ) : Component
type Type
리턴 Component

GetComponent() 공개 메소드

public GetComponent ( string type ) : Component
type string
리턴 Component

GetComponent() 공개 메소드

public GetComponent ( ) : T
리턴 T

GetComponentInChildren() 공개 메소드

public GetComponentInChildren ( Type t ) : Component
t Type
리턴 Component

GetComponentInChildren() 공개 메소드

public GetComponentInChildren ( ) : T
리턴 T

GetComponents() 공개 메소드

public GetComponents ( Type type ) : UnityEngine.Component[]
type Type
리턴 UnityEngine.Component[]

GetComponents() 공개 메소드

public GetComponents ( ) : T[]
리턴 T[]

GetComponentsInChildren() 공개 메소드

public GetComponentsInChildren ( Type t ) : UnityEngine.Component[]
t Type
리턴 UnityEngine.Component[]

GetComponentsInChildren() 공개 메소드

public GetComponentsInChildren ( Type t, bool includeInactive ) : UnityEngine.Component[]
t Type
includeInactive bool
리턴 UnityEngine.Component[]

GetComponentsInChildren() 공개 메소드

public GetComponentsInChildren ( ) : T[]
리턴 T[]

GetComponentsInChildren() 공개 메소드

public GetComponentsInChildren ( bool includeInactive ) : T[]
includeInactive bool
리턴 T[]

SendMessage() 공개 메소드

public SendMessage ( string methodName ) : void
methodName string
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string methodName, System value ) : void
methodName string
value System
리턴 void

SendMessage() 공개 메소드

public SendMessage ( string methodName, System value, SendMessageOptions options ) : void
methodName string
value System
options SendMessageOptions
리턴 void

SendMessageUpwards() 공개 메소드

public SendMessageUpwards ( string methodName ) : void
methodName string
리턴 void

SendMessageUpwards() 공개 메소드

public SendMessageUpwards ( string methodName, SendMessageOptions options ) : void
methodName string
options SendMessageOptions
리턴 void

SendMessageUpwards() 공개 메소드

public SendMessageUpwards ( string methodName, System value ) : void
methodName string
value System
리턴 void

SendMessageUpwards() 공개 메소드

public SendMessageUpwards ( string methodName, System value, SendMessageOptions options ) : void
methodName string
value System
options SendMessageOptions
리턴 void