C# Class Duality.Editor.Plugins.CamView.CamViewClient

Afficher le fichier Open project: BraveSirAndrew/duality

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Focus ( ) : void
GetScaleAtZ ( float z ) : float
GetScreenCoord ( Vector3 spaceCoord ) : Vector3
GetSpaceCoord ( System.Vector2 screenCoord ) : Vector3
GetSpaceCoord ( Vector3 screenCoord ) : Vector3
Invalidate ( ) : void
IsCoordInView ( Vector3 c, float boundRad = 1.0f ) : bool
MakeDualityTarget ( ) : void
PickRendererAt ( int x, int y ) : ICmpRenderer
PickRenderersIn ( int x, int y, int w, int h ) : HashSet
PointToClient ( Point screenCoord ) : Point
PointToScreen ( Point clientCoord ) : Point

Method Details

Focus() public méthode

public Focus ( ) : void
Résultat void

GetScaleAtZ() public méthode

public GetScaleAtZ ( float z ) : float
z float
Résultat float

GetScreenCoord() public méthode

public GetScreenCoord ( Vector3 spaceCoord ) : Vector3
spaceCoord Vector3
Résultat Vector3

GetSpaceCoord() public méthode

public GetSpaceCoord ( System.Vector2 screenCoord ) : Vector3
screenCoord System.Vector2
Résultat Vector3

GetSpaceCoord() public méthode

public GetSpaceCoord ( Vector3 screenCoord ) : Vector3
screenCoord Vector3
Résultat Vector3

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

IsCoordInView() public méthode

public IsCoordInView ( Vector3 c, float boundRad = 1.0f ) : bool
c Vector3
boundRad float
Résultat bool

MakeDualityTarget() public méthode

public MakeDualityTarget ( ) : void
Résultat void

PickRendererAt() public méthode

public PickRendererAt ( int x, int y ) : ICmpRenderer
x int
y int
Résultat ICmpRenderer

PickRenderersIn() public méthode

public PickRenderersIn ( int x, int y, int w, int h ) : HashSet
x int
y int
w int
h int
Résultat HashSet

PointToClient() public méthode

public PointToClient ( Point screenCoord ) : Point
screenCoord Point
Résultat Point

PointToScreen() public méthode

public PointToScreen ( Point clientCoord ) : Point
clientCoord Point
Résultat Point