xamarintvos
namespace SceneKit
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 8, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "SCNActionable", WrapperType = typeof(SCNActionableWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RemoveAllActions", Selector = "removeAllActions")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "HasActions", ReturnType = typeof(bool), Selector = "hasActions")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RunAction", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(SCNAction) }, Selector = "runAction:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RunAction", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(SCNAction), typeof(string) }, Selector = "runAction:forKey:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RemoveAction", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, Selector = "removeActionForKey:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RunAction", ParameterBlockProxy = new[] { null, typeof(NIDAction) }, ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(SCNAction), typeof(Action) }, Selector = "runAction:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "RunAction", ParameterBlockProxy = new[] { null, null, typeof(NIDAction) }, ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(SCNAction), typeof(string), typeof(Action) }, Selector = "runAction:forKey:completionHandler:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "GetAction", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(string) }, ReturnType = typeof(SCNAction), Selector = "actionForKey:")]
[ProtocolMember(ArgumentSemantic = ArgumentSemantic.None, GetterSelector = "actionKeys", IsProperty = true, IsRequired = false, IsStatic = false, Name = "ActionKeys", PropertyType = typeof(string[]), Selector = "actionKeys")]
public interface ISCNActionable : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarintvos | |
Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |