C# Class UnityEditor.MaterialProperty

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
ApplyProperty void
ApplyProperty void
IsTextureOffsetAndScaleChangedMask bool

Méthodes publiques

Méthode Description
ReadFromMaterialPropertyBlock ( MaterialPropertyBlock block ) : void
WriteToMaterialPropertyBlock ( MaterialPropertyBlock materialblock, int changedPropertyMask ) : void

Private Methods

Méthode Description
ApplyProperty ( object newValue ) : void
ApplyProperty ( object previousValue, int changedPropertyMask ) : void
IsTextureOffsetAndScaleChangedMask ( int changedMask ) : bool

Method Details

ReadFromMaterialPropertyBlock() public méthode

public ReadFromMaterialPropertyBlock ( MaterialPropertyBlock block ) : void
block UnityEngine.MaterialPropertyBlock
Résultat void

WriteToMaterialPropertyBlock() public méthode

public WriteToMaterialPropertyBlock ( MaterialPropertyBlock materialblock, int changedPropertyMask ) : void
materialblock UnityEngine.MaterialPropertyBlock
changedPropertyMask int
Résultat void