public:
property Nullable<float> Pitch { Nullable<float> get(); void set(Nullable<float> value); };
public float? Pitch { get; set; }
member this.Pitch : Nullable<single> with get, set
Public Property Pitch As Nullable(Of Single)
属性值
注解
此值应介于 和 2.0f
之间0f
。