C# Class e2dCurveNode, E2D-Continued

Mostrar archivo Open project: ryanlatham/E2D-Continued Class Usage Examples

Public Properties

Property Type Description
grassRatio float
position Vector2
texture int

Public Methods

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

Method Details

Copy() public method

public Copy ( e2dCurveNode, other ) : void
other e2dCurveNode,
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

e2dCurveNode() public method

public e2dCurveNode ( Vector2 _position ) : UnityEngine
_position Vector2
return UnityEngine

operator() public static method

public static operator ( ) : bool
return bool

Property Details

grassRatio public_oe property

public float grassRatio
return float

position public_oe property

public Vector2 position
return Vector2

texture public_oe property

public int texture
return int