C# Class MBParameterInfo, Pharos

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

Méthodes publiques

Свойство Type Description
CanAnimateBirth MBParameterAnimationMode
CanAnimateLife MBParameterAnimationMode
Excludes string
Menu string
Needs string
Note string

Méthodes publiques

Méthode Description
MBParameterInfo ( ) : UnityEngine

Method Details

MBParameterInfo() public méthode

public MBParameterInfo ( ) : UnityEngine
Résultat UnityEngine

Property Details

CanAnimateBirth public_oe property

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

CanAnimateLife public_oe property

Is this parameter able to animate particles over their lifetime?
public MBParameterAnimationMode CanAnimateLife
Résultat MBParameterAnimationMode

Excludes public_oe property

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

Menu public_oe property

As shown in the Add-Menu
public string Menu
Résultat string

Needs public_oe property

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

Note public_oe property

Usage notes
Content will be shown below the parameter header in the editor
public string Note
Résultat string