C# 클래스 UnityEngine.ProceduralPropertyDescription

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

공개 프로퍼티들

프로퍼티 타입 설명
componentLabels string[]
enumOptions String[]
enumOptions string[]
group string
hasRange bool
label string
maximum float
minimum float
name string
step float
type ProceduralPropertyType

공개 메소드들

메소드 설명
ProceduralPropertyDescription ( )

메소드 상세

ProceduralPropertyDescription() 공개 메소드

프로퍼티 상세

componentLabels 공개적으로 프로퍼티

public string[] componentLabels
리턴 string[]

enumOptions 공개적으로 프로퍼티

public String[] enumOptions
리턴 String[]

enumOptions 공개적으로 프로퍼티

public string[] enumOptions
리턴 string[]

group 공개적으로 프로퍼티

public string group
리턴 string

hasRange 공개적으로 프로퍼티

public bool hasRange
리턴 bool

label 공개적으로 프로퍼티

public string label
리턴 string

maximum 공개적으로 프로퍼티

public float maximum
리턴 float

minimum 공개적으로 프로퍼티

public float minimum
리턴 float

name 공개적으로 프로퍼티

public string name
리턴 string

step 공개적으로 프로퍼티

public float step
리턴 float

type 공개적으로 프로퍼티

public ProceduralPropertyType type
리턴 ProceduralPropertyType