C# Class CSL_Traffic.RoadCustomizerTool.SegmentLaneMarker

Mostrar archivo Open project: Katalyst6/CSL.TransitAddonMod

Public Properties

Property Type Description
m_bezier Bezier3
m_bounds UnityEngine.Bounds[]
m_lane uint
m_laneIndex int
m_size float

Public Methods

Method Description
CalculateBounds ( ) : void
IntersectRay ( Ray ray ) : bool

Method Details

CalculateBounds() public method

public CalculateBounds ( ) : void
return void

IntersectRay() public method

public IntersectRay ( Ray ray ) : bool
ray UnityEngine.Ray
return bool

Property Details

m_bezier public_oe property

public Bezier3 m_bezier
return Bezier3

m_bounds public_oe property

public Bounds[],UnityEngine m_bounds
return UnityEngine.Bounds[]

m_lane public_oe property

public uint m_lane
return uint

m_laneIndex public_oe property

public int m_laneIndex
return int

m_size public_oe property

public float m_size
return float