C# 클래스 CSL_Traffic.RoadCustomizerTool.SegmentLaneMarker

파일 보기 프로젝트 열기: Katalyst6/CSL.TransitAddonMod

공개 프로퍼티들

프로퍼티 타입 설명
m_bezier Bezier3
m_bounds UnityEngine.Bounds[]
m_lane uint
m_laneIndex int
m_size float

공개 메소드들

메소드 설명
CalculateBounds ( ) : void
IntersectRay ( Ray ray ) : bool

메소드 상세

CalculateBounds() 공개 메소드

public CalculateBounds ( ) : void
리턴 void

IntersectRay() 공개 메소드

public IntersectRay ( Ray ray ) : bool
ray UnityEngine.Ray
리턴 bool

프로퍼티 상세

m_bezier 공개적으로 프로퍼티

public Bezier3 m_bezier
리턴 Bezier3

m_bounds 공개적으로 프로퍼티

public Bounds[],UnityEngine m_bounds
리턴 UnityEngine.Bounds[]

m_lane 공개적으로 프로퍼티

public uint m_lane
리턴 uint

m_laneIndex 공개적으로 프로퍼티

public int m_laneIndex
리턴 int

m_size 공개적으로 프로퍼티

public float m_size
리턴 float