C# Class e2dCurveNode, E2D-Continued

Afficher le fichier Open project: ryanlatham/E2D-Continued Class Usage Examples

Méthodes publiques

Свойство Type Description
grassRatio float
position Vector2
texture int

Méthodes publiques

Méthode Description
Copy ( e2dCurveNode, other ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
e2dCurveNode ( Vector2 _position ) : UnityEngine
operator ( ) : bool

Method Details

Copy() public méthode

public Copy ( e2dCurveNode, other ) : void
other e2dCurveNode,
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

e2dCurveNode() public méthode

public e2dCurveNode ( Vector2 _position ) : UnityEngine
_position Vector2
Résultat UnityEngine

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

grassRatio public_oe property

public float grassRatio
Résultat float

position public_oe property

public Vector2 position
Résultat Vector2

texture public_oe property

public int texture
Résultat int