GKComponentSystem<TComponent>.Components Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array that contains the components that are contained inside the component system.
public virtual TComponent[] Components { [Foundation.Export("components", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.Components : 'Component[]
Property Value
TComponent[]
- Attributes