Material材质 翻译:titan-志广
- color
- CopyPropertiesFromMaterial
- GetColor
- GetFloat
- GetMatrix
- GetTag
- GetTextureOffset
- GetTextureScale
- GetTexture
- GetVector
- HasProperty
- Lerp
- mainTextureOffset
- mainTextureScale
- mainTexture
- Material
- passCount
- renderQueue
- SetColor
- SetFloat
- SetMatrix
- SetPass
- SetTextureOffset
- SetTextureScale
- SetTexture
- SetVector
- shader
Material.mainTextureScale 主纹理缩放
var mainTextureScale : Vector2
Description描述
The texture scale of the main texture.
主纹理中的纹理缩放量
The same as using GetTextureScale or SetTextureScale with "_MainTex" name.
这个和使用 "_MainTex" 名称的 GetTextureScale 或 SetTextureScale 相同
参考:SetTextureScale , GetTextureScale .
最后修改:2011年1月21日 Friday 22:31