Platformer Pro  2.3.2
A platform game kit for Unity.
PlatformerPro.MovementInfo Class Reference

This data class stores information about the movement which is used by the editor. More...

Public Member Functions

 MovementInfo (string name, string description)
 Initializes a new instance of the PlatformerPro.MovementInfo class. More...
 
 MovementInfo (string name, string description, bool useDefaultInspector)
 Initializes a new instance of the PlatformerPro.MovementInfo class. More...
 

Properties

string Name [get, protected set]
 The name of the movement. More...
 
string Description [get, protected set]
 Rich text description of the movement. More...
 
bool UseDefaultInspector [get, protected set]
 Does this movement use a normal inspector instead of movement variables. More...
 

Detailed Description

This data class stores information about the movement which is used by the editor.

Constructor & Destructor Documentation

◆ MovementInfo() [1/2]

PlatformerPro.MovementInfo.MovementInfo ( string  name,
string  description 
)

Initializes a new instance of the PlatformerPro.MovementInfo class.

Parameters
nameName.
descriptionDescription.

◆ MovementInfo() [2/2]

PlatformerPro.MovementInfo.MovementInfo ( string  name,
string  description,
bool  useDefaultInspector 
)

Initializes a new instance of the PlatformerPro.MovementInfo class.

Parameters
nameName.
descriptionDescription.

Property Documentation

◆ Description

string PlatformerPro.MovementInfo.Description
getprotected set

Rich text description of the movement.

◆ Name

string PlatformerPro.MovementInfo.Name
getprotected set

The name of the movement.

◆ UseDefaultInspector

bool PlatformerPro.MovementInfo.UseDefaultInspector
getprotected set

Does this movement use a normal inspector instead of movement variables.


The documentation for this class was generated from the following file: