C# Class GridOverlay, SRPGCK

Inheritance: Overlay
Afficher le fichier Open project: JoeOsborn/SRPGCK Class Usage Examples

Méthodes publiques

Свойство Type Description
destinations PathNode[],
positions Vector4[]
selectedColor Color
selectedPoints Vector4[]

Protected Properties

Свойство Type Description
selectedHighlightMaterial Material

Méthodes publiques

Méthode Description
PositionAt ( Vector3 hitSpot ) : PathNode,
SetSelectedPoints ( Vector4 points ) : void
Update ( ) : void
UpdateDestinations ( PathNode, dests ) : void

Méthodes protégées

Méthode Description
AddShadeMaterial ( ) : void
BoundsTextureFor ( Texture2D inTex, Vector4 points ) : Texture2D
CreateShadeMaterial ( ) : void
OnDestroy ( ) : void

Method Details

AddShadeMaterial() protected méthode

protected AddShadeMaterial ( ) : void
Résultat void

BoundsTextureFor() protected méthode

protected BoundsTextureFor ( Texture2D inTex, Vector4 points ) : Texture2D
inTex UnityEngine.Texture2D
points Vector4
Résultat UnityEngine.Texture2D

CreateShadeMaterial() protected méthode

protected CreateShadeMaterial ( ) : void
Résultat void

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

PositionAt() public méthode

public PositionAt ( Vector3 hitSpot ) : PathNode,
hitSpot Vector3
Résultat PathNode,

SetSelectedPoints() public méthode

public SetSelectedPoints ( Vector4 points ) : void
points Vector4
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

UpdateDestinations() public méthode

public UpdateDestinations ( PathNode, dests ) : void
dests PathNode,
Résultat void

Property Details

destinations public_oe property

public PathNode[], destinations
Résultat PathNode[],

positions public_oe property

public Vector4[] positions
Résultat Vector4[]

selectedColor public_oe property

public Color selectedColor
Résultat Color

selectedHighlightMaterial protected_oe property

protected Material selectedHighlightMaterial
Résultat Material

selectedPoints public_oe property

public Vector4[] selectedPoints
Résultat Vector4[]