C# 클래스 Xsolla.XComponent

파일 보기 프로젝트 열기: xsolla/xsolla-unity-sdk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsEnabled bool
Name string

공개 메소드들

메소드 설명
XComponent ( string newName, bool isEnabled ) : System.Collections

메소드 상세

XComponent() 공개 메소드

public XComponent ( string newName, bool isEnabled ) : System.Collections
newName string
isEnabled bool
리턴 System.Collections

프로퍼티 상세

IsEnabled 공개적으로 프로퍼티

public bool IsEnabled
리턴 bool

Name 공개적으로 프로퍼티

public string Name
리턴 string