C# Class UnityEditor.VFXToolbox.ImageSequencer.AssembleProcessor

Inheritance: GPUFrameProcessor
Afficher le fichier Open project: supertask/VFXNorthStar Class Usage Examples

Méthodes publiques

Méthode Description
AssembleProcessor ( UnityEditor.VFXToolbox.ImageSequencer.FrameProcessorStack processorStack, UnityEditor.VFXToolbox.ImageSequencer.ProcessorInfo info ) : UnityEngine
GetLabel ( ) : string
GetName ( ) : string
GetProcessorSequenceLength ( ) : int
OnCanvasGUI ( UnityEditor.VFXToolbox.ImageSequencer.ImageSequencerCanvas canvas ) : bool
Process ( int frame ) : bool

Méthodes protégées

Méthode Description
DrawSidePanelContent ( bool hasChanged ) : bool
GetNumU ( ) : int
GetNumV ( ) : int
UpdateOutputSize ( ) : void

Private Methods

Méthode Description
MenuSetFlipbookUV ( object o ) : void

Method Details

AssembleProcessor() public méthode

public AssembleProcessor ( UnityEditor.VFXToolbox.ImageSequencer.FrameProcessorStack processorStack, UnityEditor.VFXToolbox.ImageSequencer.ProcessorInfo info ) : UnityEngine
processorStack UnityEditor.VFXToolbox.ImageSequencer.FrameProcessorStack
info UnityEditor.VFXToolbox.ImageSequencer.ProcessorInfo
Résultat UnityEngine

DrawSidePanelContent() protected méthode

protected DrawSidePanelContent ( bool hasChanged ) : bool
hasChanged bool
Résultat bool

GetLabel() public méthode

public GetLabel ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetNumU() protected méthode

protected GetNumU ( ) : int
Résultat int

GetNumV() protected méthode

protected GetNumV ( ) : int
Résultat int

GetProcessorSequenceLength() public méthode

public GetProcessorSequenceLength ( ) : int
Résultat int

OnCanvasGUI() public méthode

public OnCanvasGUI ( UnityEditor.VFXToolbox.ImageSequencer.ImageSequencerCanvas canvas ) : bool
canvas UnityEditor.VFXToolbox.ImageSequencer.ImageSequencerCanvas
Résultat bool

Process() public méthode

public Process ( int frame ) : bool
frame int
Résultat bool

UpdateOutputSize() protected méthode

protected UpdateOutputSize ( ) : void
Résultat void