C# 클래스 MBParameterInfo, Pharos

Class to define usage of this parameter for the editor.
상속: System.Attribute
파일 보기 프로젝트 열기: rstaewen/Pharos 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CanAnimateBirth MBParameterAnimationMode
CanAnimateLife MBParameterAnimationMode
Excludes string
Menu string
Needs string
Note string

공개 메소드들

메소드 설명
MBParameterInfo ( ) : UnityEngine

메소드 상세

MBParameterInfo() 공개 메소드

public MBParameterInfo ( ) : UnityEngine
리턴 UnityEngine

프로퍼티 상세

CanAnimateBirth 공개적으로 프로퍼티

Is this parameter able to animate particles initial values over emitters duration?
public MBParameterAnimationMode CanAnimateBirth
리턴 MBParameterAnimationMode

CanAnimateLife 공개적으로 프로퍼티

Is this parameter able to animate particles over their lifetime?
public MBParameterAnimationMode CanAnimateLife
리턴 MBParameterAnimationMode

Excludes 공개적으로 프로퍼티

Exclude usage of other parameters?
Content will be shown below the parameter header in the editor
public string Excludes
리턴 string

Menu 공개적으로 프로퍼티

As shown in the Add-Menu
public string Menu
리턴 string

Needs 공개적으로 프로퍼티

Needs other parameters to work properly?
Content will be shown below the parameter header in the editor
public string Needs
리턴 string

Note 공개적으로 프로퍼티

Usage notes
Content will be shown below the parameter header in the editor
public string Note
리턴 string