SCNAction
SCNAction()
SCNAction(IntPtr)
SCNAction(NativeHandle)
SCNAction(NSCoder)
SCNAction(NSObjectFlag)
ClassHandle
DurationInSeconds
Speed
TimingFunction
TimingFunction2
TimingMode
Copy(NSZone)
CustomAction(Double, SCNActionNodeWithElapsedTimeHandler)
EncodeTo(NSCoder)
FadeIn(Double)
FadeOpacityBy(nfloat, Double)
FadeOpacityBy(NFloat, Double)
FadeOpacityTo(nfloat, Double)
FadeOpacityTo(NFloat, Double)
FadeOut(Double)
FromJavascript(String, Double)
Group(SCNAction[])
Hide()
MoveBy(SCNVector3, Double)
MoveBy(nfloat, nfloat, nfloat, Double)
MoveBy(NFloat, NFloat, NFloat, Double)
MoveTo(SCNVector3, Double)
PlayAudioSource(SCNAudioSource, Boolean)
RemoveFromParentNode()
RepeatAction(SCNAction, nuint)
RepeatAction(SCNAction, nuint)
RepeatActionForever(SCNAction)
ReversedAction()
RotateBy(nfloat, SCNVector3, Double)
RotateBy(NFloat, SCNVector3, Double)
RotateBy(nfloat, nfloat, nfloat, Double)
RotateBy(NFloat, NFloat, NFloat, Double)
RotateTo(SCNVector4, Double)
RotateTo(nfloat, nfloat, nfloat, Double)
RotateTo(NFloat, NFloat, NFloat, Double)
RotateTo(nfloat, nfloat, nfloat, Double, Boolean)
RotateTo(NFloat, NFloat, NFloat, Double, Boolean)
Run(Action<SCNNode>)
Run(Action<SCNNode>, DispatchQueue)
ScaleBy(nfloat, Double)
ScaleBy(NFloat, Double)
ScaleTo(nfloat, Double)
ScaleTo(NFloat, Double)
Sequence(SCNAction[])
SetTimingFunction(Action<Single>)
Unhide()
Wait(Double)
Wait(Double, Double)
xamarinmac
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)]
[Register("SCNAction", true)]
public class SCNAction : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected SCNAction(NSObjectFlag! t);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API