# 基本属性

Properties
{
    _Int("Int", Int) = 2
    _Float("Float", float) = 1.5
    _Range("Range", range(0.0, 2.0)) = 1.0
    _Color("Color", Color) = (1, 1, 1, 1)
    _Vector("Vector", Vector) = (1, 4, 3, 8)
    _MainTex ("Texture", 2D) = "white" {}
    _Cube("Cube", Cube) = "white" {}
    _3D("3D", 3D) = "black" {}
}

# 编辑器显示结果