C# Class UnityEditorInternal.ShaderProperties

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
floats UnityEditorInternal.ShaderFloatInfo[]
matrices UnityEditorInternal.ShaderMatrixInfo[]
textures UnityEditorInternal.ShaderTextureInfo[]
vectors UnityEditorInternal.ShaderVectorInfo[]

Property Details

floats public property

public ShaderFloatInfo[],UnityEditorInternal floats
return UnityEditorInternal.ShaderFloatInfo[]

matrices public property

public ShaderMatrixInfo[],UnityEditorInternal matrices
return UnityEditorInternal.ShaderMatrixInfo[]

textures public property

public ShaderTextureInfo[],UnityEditorInternal textures
return UnityEditorInternal.ShaderTextureInfo[]

vectors public property

public ShaderVectorInfo[],UnityEditorInternal vectors
return UnityEditorInternal.ShaderVectorInfo[]