C# Class SeekerGame.Rendering.ScreenDrawer

Inheritance: MonoSingleton
Afficher le fichier Open project: kingpowervrg/my_seeker

Méthodes publiques

Свойство Type Description
SWIPE_THRESHOLD float
m_drawingTexture RenderTexture
paintBrushMode PaintBrushMode

Méthodes publiques

Méthode Description
PauseAllBrush ( ) : void
ResumeAllBrush ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
ChangeBrush ( Vector3 position ) : SeekerGame.Rendering.PaintBrush

更换画笔

InitBrushCamera ( ) : void

初始化画笔相机

InitBrushPool ( ) : void
OnDisable ( ) : void
OnDrawing ( Gesture gesture ) : void
OnDrawingEnd ( Gesture gesture ) : void
OnEnable ( ) : void
OnLeaveScene ( ) : void
RecycleBrush ( SeekerGame.Rendering.PaintBrush paintBrush ) : void

回收画笔

Update ( ) : void

Method Details

PauseAllBrush() public méthode

public PauseAllBrush ( ) : void
Résultat void

ResumeAllBrush() public méthode

public ResumeAllBrush ( ) : void
Résultat void

Property Details

SWIPE_THRESHOLD public_oe property

public float SWIPE_THRESHOLD
Résultat float

m_drawingTexture public_oe property

public RenderTexture m_drawingTexture
Résultat RenderTexture

paintBrushMode public_oe property

public PaintBrushMode paintBrushMode
Résultat PaintBrushMode