C# Class kFOV, Unity3D

Inheritance: MonoBehaviour
Afficher le fichier Open project: k-lock/Unity3D

Méthodes publiques

Свойство Type Description
color1 Color
color2 Color
dpi float
length float
offset float
points Set[]
showDebug bool
width float

Méthodes publiques

Méthode Description
Components ( ) : void
EditorUpdate ( ) : void
HitUpdate ( ) : void
MeshUpdate ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Reset ( ) : void
ResetVerticies ( ) : void
Update ( ) : void

Private Methods

Méthode Description
RayHiter ( Ray ray ) : RaycastHit

Method Details

Components() public méthode

public Components ( ) : void
Résultat void

EditorUpdate() public méthode

public EditorUpdate ( ) : void
Résultat void

HitUpdate() public méthode

public HitUpdate ( ) : void
Résultat void

MeshUpdate() public méthode

public MeshUpdate ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ResetVerticies() public méthode

public ResetVerticies ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

color1 public_oe property

public Color color1
Résultat Color

color2 public_oe property

public Color color2
Résultat Color

dpi public_oe property

public float dpi
Résultat float

length public_oe property

public float length
Résultat float

offset public_oe property

public float offset
Résultat float

points public_oe property

public Set[] points
Résultat Set[]

showDebug public_oe property

public bool showDebug
Résultat bool

width public_oe property

public float width
Résultat float