C# Class MBParameterInfo, Pharos

Class to define usage of this parameter for the editor.
Inheritance: System.Attribute
Show file Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
CanAnimateBirth MBParameterAnimationMode
CanAnimateLife MBParameterAnimationMode
Excludes string
Menu string
Needs string
Note string

Public Methods

Method Description
MBParameterInfo ( ) : UnityEngine

Method Details

MBParameterInfo() public method

public MBParameterInfo ( ) : UnityEngine
return UnityEngine

Property Details

CanAnimateBirth public property

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

CanAnimateLife public property

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

Excludes public property

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

Menu public property

As shown in the Add-Menu
public string Menu
return string

Needs public property

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

Note public property

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