C# Class UnityEditorInternal.ShaderTextureInfo

Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
flags int
name string
textureName string
value UnityEngine.Texture

Property Details

flags public_oe property

public int flags
return int

name public_oe property

public string name
return string

textureName public_oe property

public string textureName
return string

value public_oe property

public Texture,UnityEngine value
return UnityEngine.Texture