UnityEnvironment class
Constructors
- UnityEnvironment({required String unityWorkspace, required String iosUnityPath, required String? androidUnityPath, required String unityEnginePath})
-
const
Properties
- androidUnityFullPath → String
-
安卓Unity工程的完整路径
no setter
- androidUnityPath → String?
-
Android Unity工程的相对路径
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosUnityFullPath → String
-
iOS Unity工程的完整路径
no setter
- iosUnityPath → String
-
iOS Unity工程的相对路径
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unityEnginePath → String
-
Unity 引擎的路径
final
- unityWorkspace → String
-
Unity所在Flutter项目的工程目录
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited