C# Class Lane, BigDogs

Inheritance: MonoBehaviour
Mostrar archivo Open project: ChrisMaire/BigDogs Class Usage Examples

Public Properties

Property Type Description
m_number LaneNumbers
m_obstacleSpriteOffset float
m_rampSpriteOffset Vector3
m_type LaneType

Public Methods

Method Description
Init ( ) : void

Private Methods

Method Description
LayFinishLineTile ( ) : void
LayObstacleTile ( ) : void
LayRampTile ( ) : void
Update ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

m_number public_oe property

public LaneNumbers m_number
return LaneNumbers

m_obstacleSpriteOffset public_oe property

public float m_obstacleSpriteOffset
return float

m_rampSpriteOffset public_oe property

public Vector3 m_rampSpriteOffset
return Vector3

m_type public_oe property

public LaneType m_type
return LaneType