Package org.robovm.apple.scenekit
Class NSValueExtensions
java.lang.Object
org.robovm.objc.ObjCExtensions
org.robovm.apple.foundation.NSExtensions
org.robovm.apple.scenekit.NSValueExtensions
public final class NSValueExtensions extends NSExtensions
-
Method Summary
Modifier and Type Method Description static NSValuecreate(SCNMatrix4 v)static NSValuecreate(SCNVector3 v)static NSValuecreate(SCNVector4 v)protected static NSValuecreate(ObjCClass clazz, SCNMatrix4 v)protected static NSValuecreate(ObjCClass clazz, SCNVector3 v)protected static NSValuecreate(ObjCClass clazz, SCNVector4 v)static SCNMatrix4getSCNMatrix4Value(NSValue thiz)static SCNVector3getSCNVector3Value(NSValue thiz)static SCNVector4getSCNVector4Value(NSValue thiz)Methods inherited from class org.robovm.apple.foundation.NSExtensions
allocMethods inherited from class org.robovm.objc.ObjCExtensions
initObject, updateStrongRef
-
Method Details
-
getSCNVector3Value
-
getSCNVector4Value
-
getSCNMatrix4Value
-
create
-
create
-
create
-
create
-
create
-
create
-