C# 클래스 FSO.Vitaboy.PropertyList

Lists properties associated with a motion.
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items FSO.Vitaboy.PropertyListItem[]

공개 메소드들

메소드 설명
this ( string key ) : string

Gets a PropertyList TimePropertyListItem instance from this PropertyList instance.

메소드 상세

this() 공개 메소드

Gets a PropertyList TimePropertyListItem instance from this PropertyList instance.
public this ( string key ) : string
key string The key of a PropertyListItem (see Bones.cs)
리턴 string

프로퍼티 상세

Items 공개적으로 프로퍼티

public PropertyListItem[],FSO.Vitaboy Items
리턴 FSO.Vitaboy.PropertyListItem[]