C# 클래스 CryEngine.Initialization.EntityRegistrationParams

파일 보기 프로젝트 열기: PoppermostProductions/CryMono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
category string
editorHelper string
editorIcon string
flags EntityClassFlags
name string
properties object[]

프로퍼티 상세

category 공개적으로 프로퍼티

public string category
리턴 string

editorHelper 공개적으로 프로퍼티

public string editorHelper
리턴 string

editorIcon 공개적으로 프로퍼티

public string editorIcon
리턴 string

flags 공개적으로 프로퍼티

public EntityClassFlags flags
리턴 EntityClassFlags

name 공개적으로 프로퍼티

public string name
리턴 string

properties 공개적으로 프로퍼티

EntityProperty array containing properties.
public object[] properties
리턴 object[]