C# Class kFOV, Unity3D

Inheritance: MonoBehaviour
Mostra file Open project: k-lock/Unity3D

Public Properties

Property Type Description
color1 Color
color2 Color
dpi float
length float
offset float
points Set[]
showDebug bool
width float

Public Methods

Method Description
Components ( ) : void
EditorUpdate ( ) : void
HitUpdate ( ) : void
MeshUpdate ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Reset ( ) : void
ResetVerticies ( ) : void
Update ( ) : void

Private Methods

Method Description
RayHiter ( Ray ray ) : RaycastHit

Method Details

Components() public method

public Components ( ) : void
return void

EditorUpdate() public method

public EditorUpdate ( ) : void
return void

HitUpdate() public method

public HitUpdate ( ) : void
return void

MeshUpdate() public method

public MeshUpdate ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

ResetVerticies() public method

public ResetVerticies ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

color1 public_oe property

public Color color1
return Color

color2 public_oe property

public Color color2
return Color

dpi public_oe property

public float dpi
return float

length public_oe property

public float length
return float

offset public_oe property

public float offset
return float

points public_oe property

public Set[] points
return Set[]

showDebug public_oe property

public bool showDebug
return bool

width public_oe property

public float width
return float