C# Class AnimateTiledTextureOnTrail, PSUnity

Inheritance: MonoBehaviour
Afficher le fichier Open project: MickyBalladelli/PSUnity

Méthodes publiques

Свойство Type Description
_buffer Vector2
_columns int
_disableUponCompletion bool
_enableEvents bool
_framesPerSecond float
_newMaterialInstance bool
_offset Vector2
_playOnEnable bool
_playOnce bool
_rows int
_scale Vector2

Méthodes publiques

Méthode Description
ChangeMaterial ( Material newMaterial, bool newInstance ) : void
Play ( ) : void
RegisterCallback ( VoidEvent cbFunction ) : void
UnRegisterCallback ( VoidEvent cbFunction ) : void

Private Methods

Méthode Description
ApplyOffset ( ) : void
Awake ( ) : void
CalcTextureSize ( ) : void
HandleCallbacks ( List cbList ) : void
OnDestroy ( ) : void
OnEnable ( ) : void
updateTiling ( ) : IEnumerator

Method Details

ChangeMaterial() public méthode

public ChangeMaterial ( Material newMaterial, bool newInstance ) : void
newMaterial Material
newInstance bool
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

RegisterCallback() public méthode

public RegisterCallback ( VoidEvent cbFunction ) : void
cbFunction VoidEvent
Résultat void

UnRegisterCallback() public méthode

public UnRegisterCallback ( VoidEvent cbFunction ) : void
cbFunction VoidEvent
Résultat void

Property Details

_buffer public_oe property

public Vector2 _buffer
Résultat Vector2

_columns public_oe property

public int _columns
Résultat int

_disableUponCompletion public_oe property

public bool _disableUponCompletion
Résultat bool

_enableEvents public_oe property

public bool _enableEvents
Résultat bool

_framesPerSecond public_oe property

public float _framesPerSecond
Résultat float

_newMaterialInstance public_oe property

public bool _newMaterialInstance
Résultat bool

_offset public_oe property

public Vector2 _offset
Résultat Vector2

_playOnEnable public_oe property

public bool _playOnEnable
Résultat bool

_playOnce public_oe property

public bool _playOnce
Résultat bool

_rows public_oe property

public int _rows
Résultat int

_scale public_oe property

public Vector2 _scale
Résultat Vector2