'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As System.Single
public System.float this[ System.int index ]; {get; set;}
パラメータ
- index
- The index of the component to access. Use 0 for the X component, 1 for the Y component, and 2 for the Z component.