C# 클래스 AquaSphere.EventSettings.Attribute

파일 보기 프로젝트 열기: fi-content2-games-platform/FIcontent.Gaming.Enabler.phenomobilecharactermanager

공개 프로퍼티들

프로퍼티 타입 설명
id int
label string
unit string
value double

공개 메소드들

메소드 설명
Attribute ( int id ) : UnityEngine

메소드 상세

Attribute() 공개 메소드

public Attribute ( int id ) : UnityEngine
id int
리턴 UnityEngine

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

label 공개적으로 프로퍼티

public string label
리턴 string

unit 공개적으로 프로퍼티

public string unit
리턴 string

value 공개적으로 프로퍼티

public double value
리턴 double